Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctputil.h382 void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
Dsctp_output.c14569 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED);
14576 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED);
14881 sctp_log_nagle_event(stcb, SCTP_NAGLE_APPLIED);
14888 sctp_log_nagle_event(stcb, SCTP_NAGLE_SKIPPED);
Dsctputil.c183 sctp_log_nagle_event(struct sctp_tcb *stcb, int action) in sctp_log_nagle_event() function