Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c2325 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2335 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2345 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2355 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
H A Dsctp_structs.h703 void (*sctp_cwnd_update_exit_pf) (struct sctp_tcb *stcb, struct sctp_nets *net); member
H A Dsctp_indata.c4181 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_express_handle_sack()
4926 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_sack()
H A Dsctp_input.c663 stcb->asoc.cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_heartbeat_ack()