Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.h142 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
H A Dsctp_indata.c4372 send_forward_tsn(stcb, asoc); in sctp_express_handle_sack()
4376 send_forward_tsn(stcb, asoc); in sctp_express_handle_sack()
5193 send_forward_tsn(stcb, asoc); in sctp_handle_sack()
5197 send_forward_tsn(stcb, asoc); in sctp_handle_sack()
H A Dsctp_timer.c986 send_forward_tsn(stcb, &stcb->asoc); in sctp_t3rxt_timer()
H A Dsctp_input.c3313 send_forward_tsn(stcb, &stcb->asoc); in process_chunk_drop()
H A Dsctp_output.c10236 send_forward_tsn(struct sctp_tcb *stcb, in send_forward_tsn() function