Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h482 #define SCTP_CWR_REDUCE_OVERRIDE 0x01 macro
H A Dsctp_input.c2956 override_bit = SCTP_CWR_REDUCE_OVERRIDE; in sctp_handle_ecn_echo()
2964 ((override_bit & SCTP_CWR_REDUCE_OVERRIDE) == 0)) { in sctp_handle_ecn_echo()
2981 ((override_bit & SCTP_CWR_REDUCE_OVERRIDE) == 0)) { in sctp_handle_ecn_echo()
3025 override = cp->ch.chunk_flags & SCTP_CWR_REDUCE_OVERRIDE; in sctp_handle_ecn_cwr()
H A Dsctp_output.c11602 if (override & SCTP_CWR_REDUCE_OVERRIDE) { in sctp_send_cwr()
11604 cwr->ch.chunk_flags |= SCTP_CWR_REDUCE_OVERRIDE; in sctp_send_cwr()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h482 #define SCTP_CWR_REDUCE_OVERRIDE 0x01 macro