Searched refs:sctp_cwnd_update_after_ecn_echo (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_cc_functions.c | 1297 sctp_cwnd_update_after_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net, in sctp_cwnd_update_after_ecn_echo() function 2328 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_after_ecn_echo, 2338 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_after_ecn_echo, 2348 .sctp_cwnd_update_after_ecn_echo = sctp_htcp_cwnd_update_after_ecn_echo, 2358 .sctp_cwnd_update_after_ecn_echo = sctp_cwnd_update_rtcc_after_ecn_echo,
|
| H A D | sctp_structs.h | 708 void (*sctp_cwnd_update_after_ecn_echo) (struct sctp_tcb *stcb, member
|
| H A D | sctp_input.c | 2969 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 0, pkt_cnt); in sctp_handle_ecn_echo() 2999 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 1, cnt); in sctp_handle_ecn_echo()
|