Searched refs:SCTP_SEND_NOW_COMPLETES (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_constants.h174 #define SCTP_SEND_NOW_COMPLETES 68 macro
H A Dsctp_output.c10129 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES);
10130 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES);
10139 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES);
10141 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES);
10187 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES);

Completed in 80 milliseconds