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

  /src/sys/netinet/
sctp_output.c 5262 int control_only, int *cwnd_full, int from_where,
5321 *cwnd_full = 1;
5362 *cwnd_full = cwnd_full_ind;
6890 int cwnd_full=0; local in function:sctp_chunk_output
6919 &cwnd_full, from_where,
6957 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1, &cwnd_full, from_where,
7011 cwnd_full = 0;
7019 &reason_code, 0, &cwnd_full, from_where,
10162 int num_out, reason, cwnd_full; local in function:sctp_sosend
10166 &reason, 1, &cwnd_full, 1, &now, &now_filled)
    [all...]
sctp_output.c 5262 int control_only, int *cwnd_full, int from_where,
5321 *cwnd_full = 1;
5362 *cwnd_full = cwnd_full_ind;
6890 int cwnd_full=0; local in function:sctp_chunk_output
6919 &cwnd_full, from_where,
6957 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1, &cwnd_full, from_where,
7011 cwnd_full = 0;
7019 &reason_code, 0, &cwnd_full, from_where,
10162 int num_out, reason, cwnd_full; local in function:sctp_sosend
10166 &reason, 1, &cwnd_full, 1, &now, &now_filled)
    [all...]

Completed in 32 milliseconds