Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.h154 void sctp_send_cwr(struct sctp_tcb *, struct sctp_nets *, uint32_t, uint8_t);
H A Dsctp_input.c3008 sctp_send_cwr(stcb, net, net->last_cwr_tsn, override_bit); in sctp_handle_ecn_echo()
H A Dsctp_output.c11578 sctp_send_cwr(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t high_tsn, uint8_t override) in sctp_send_cwr() function