Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c2425 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2446 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2467 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
2494 .sctp_cwnd_update_exit_pf = sctp_cwnd_update_exit_pf_common,
Dsctp_structs.h761 void (*sctp_cwnd_update_exit_pf)(struct sctp_tcb *stcb, struct sctp_nets *net); member
Dsctp_indata.c4258 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net);
5044 asoc->cc_functions.sctp_cwnd_update_exit_pf(stcb, net);
Dsctp_input.c736 stcb->asoc.cc_functions.sctp_cwnd_update_exit_pf(stcb, net); in sctp_handle_heartbeat_ack()