HomeSort by: relevance | last modified time | path
    Searched defs:orig_rwnd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_timer.c 360 int win_probes, non_win_probes, orig_rwnd, audit_tf, num_mk, fir; local in function:sctp_mark_all_for_resend
414 orig_rwnd = stcb->asoc.peers_rwnd;
625 if ((orig_rwnd == 0) && (stcb->asoc.total_flight == 0) &&
sctp_timer.c 360 int win_probes, non_win_probes, orig_rwnd, audit_tf, num_mk, fir; local in function:sctp_mark_all_for_resend
414 orig_rwnd = stcb->asoc.peers_rwnd;
625 if ((orig_rwnd == 0) && (stcb->asoc.total_flight == 0) &&

Completed in 24 milliseconds