Searched refs:sctp_cwnd_update_after_ecn_echo (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 1392 sctp_cwnd_update_after_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net, in sctp_cwnd_update_after_ecn_echo() function 2419 sctp_cwnd_update_after_ecn_echo, 2428 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_after_ecn_echo, 2440 sctp_cwnd_update_after_ecn_echo, 2449 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_after_ecn_echo, 2470 .sctp_cwnd_update_after_ecn_echo = sctp_htcp_cwnd_update_after_ecn_echo, 2497 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_rtcc_after_ecn_echo,
|
D | sctp_structs.h | 766 void (*sctp_cwnd_update_after_ecn_echo)(struct sctp_tcb *stcb, member
|
D | sctp_input.c | 3336 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 0, pkt_cnt); 3365 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 1, cnt);
|