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

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.h347 void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
H A Dsctp_output.c13040 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED);
13047 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED);
13308 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED);
13315 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED);
H A Dsctputil.c147 sctp_log_nagle_event(struct sctp_tcb *stcb, int action) function

Completed in 177 milliseconds