Home
last modified time | relevance | path

Searched refs:SCTP_CWNDLOG_PRESEND (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h180 #define SCTP_CWNDLOG_PRESEND 77 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h180 #define SCTP_CWNDLOG_PRESEND 77 macro
H A Dsctp_output.c13335 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, queue_only_for_init, queue_only, in sctp_lower_sosend()
13337 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, stcb->asoc.total_output_queue_size, in sctp_lower_sosend()
13618 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, queue_only_for_init, queue_only, in sctp_lower_sosend()
13620 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, stcb->asoc.total_output_queue_size, in sctp_lower_sosend()
H A Dsctputil.c337 if (SCTP_CWNDLOG_PRESEND == from) { in sctp_log_cwnd()