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

  /src/sys/netinet/
sctp_output.c 5282 int one_chunk, hbflag; local in function:sctp_med_chunk_output
5416 one_chunk = 0;
5447 one_chunk = 1;
5455 printf("Ok r_mtu is %d mtu is %d for this net:%p one_chunk:%d\n",
5456 r_mtu, mtu, net, one_chunk);
5788 if ((r_mtu <= 0) || one_chunk) {
5956 if (one_chunk) {
6477 int error, i, one_chunk, fwd_tsn, ctl_cnt, tmr_started; local in function:sctp_chunk_retransmission
6531 one_chunk = 0;
6642 one_chunk = 1
    [all...]
sctp_output.c 5282 int one_chunk, hbflag; local in function:sctp_med_chunk_output
5416 one_chunk = 0;
5447 one_chunk = 1;
5455 printf("Ok r_mtu is %d mtu is %d for this net:%p one_chunk:%d\n",
5456 r_mtu, mtu, net, one_chunk);
5788 if ((r_mtu <= 0) || one_chunk) {
5956 if (one_chunk) {
6477 int error, i, one_chunk, fwd_tsn, ctl_cnt, tmr_started; local in function:sctp_chunk_retransmission
6531 one_chunk = 0;
6642 one_chunk = 1
    [all...]

Completed in 33 milliseconds