Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp_cc_functions.c2320 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2330 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2340 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2350 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
HDsctp_structs.h705 void (*sctp_cwnd_update_exit_pf) (struct sctp_tcb *stcb, struct sctp_nets *net); member
HDsctp_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()
HDsctp_input.c632 stcb->asoc.cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_heartbeat_ack()