Searched refs:SCTP_SEND_NOW_COMPLETES (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_constants.h | 179 #define SCTP_SEND_NOW_COMPLETES 68 macro
|
D | sctp_output.c | 10736 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES); 10737 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES); 10746 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES); 10748 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES); 10792 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES);
|