Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctputil.h349 void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
HDsctp_output.c12980 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED); in sctp_lower_sosend()
12987 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED); in sctp_lower_sosend()
13248 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED); in sctp_lower_sosend()
13255 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED); in sctp_lower_sosend()
HDsctputil.c147 sctp_log_nagle_event(struct sctp_tcb *stcb, int action) in sctp_log_nagle_event() function