HomeSort by: relevance | last modified time | path
    Searched defs:win_probes (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
420 win_probes = non_win_probes = 0;
566 win_probes++;
631 win_probes = 1;
683 if (win_probes && (non_win_probes == 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
420 win_probes = non_win_probes = 0;
566 win_probes++;
631 win_probes = 1;
683 if (win_probes && (non_win_probes == 0)) {

Completed in 58 milliseconds