Home
last modified time | relevance | path

Searched refs:sctp_log_nagle_event (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctputil.h325 void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
Dsctp_output.c13326 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED); in sctp_lower_sosend()
13333 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED); in sctp_lower_sosend()
13604 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED); in sctp_lower_sosend()
13611 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED); in sctp_lower_sosend()
Dsctputil.c163 sctp_log_nagle_event(struct sctp_tcb *stcb, int action) in sctp_log_nagle_event() function