Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dsctp_cc_functions.c2326 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2336 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2346 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2356 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
H A Dsctp_structs.h705 void (*sctp_cwnd_update_exit_pf) (struct sctp_tcb *stcb, struct sctp_nets *net); member
H A Dsctp_indata.c4167 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_express_handle_sack()
4912 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_sack()
H A Dsctp_input.c632 stcb->asoc.cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_heartbeat_ack()