Home
last modified time | relevance | path

Searched refs:SCTP_ECN_CWR (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h448 #define SCTP_ECN_CWR 0x0d macro
H A Dsctp_output.c7042 (chk->rec.chunk_id.id == SCTP_ECN_CWR) || in sctp_clean_up_ctl()
8365 (chk->rec.chunk_id.id == SCTP_ECN_CWR) || in sctp_med_chunk_output()
11590 if ((chk->rec.chunk_id.id == SCTP_ECN_CWR) && (net == chk->whoTo)) { in sctp_send_cwr()
11614 chk->rec.chunk_id.id = SCTP_ECN_CWR; in sctp_send_cwr()
11631 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()
H A Dsctp_input.c3323 case SCTP_ECN_CWR: in process_chunk_drop()
5069 case SCTP_ECN_CWR: in sctp_process_control()
H A Dsctp_indata.c2818 case SCTP_ECN_CWR: in sctp_process_data()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h448 #define SCTP_ECN_CWR 0x0d macro