Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.h141 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
H A Dsctp_indata.c4358 send_forward_tsn(stcb, asoc); in sctp_express_handle_sack()
4362 send_forward_tsn(stcb, asoc); in sctp_express_handle_sack()
5179 send_forward_tsn(stcb, asoc); in sctp_handle_sack()
5183 send_forward_tsn(stcb, asoc); in sctp_handle_sack()
H A Dsctp_timer.c982 send_forward_tsn(stcb, &stcb->asoc); in sctp_t3rxt_timer()
H A Dsctp_input.c3272 send_forward_tsn(stcb, &stcb->asoc); in process_chunk_drop()
H A Dsctp_output.c10328 send_forward_tsn(struct sctp_tcb *stcb, in send_forward_tsn() function