Searched refs:num_pkt_lost (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_cc_functions.c | 1090 int in_window, int num_pkt_lost, int use_rtcc) in sctp_cwnd_update_after_ecn_echo_common() argument 1103 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1109 net->ssthresh = net->cwnd - (num_pkt_lost * net->mtu); in sctp_cwnd_update_after_ecn_echo_common() 1118 net->ssthresh -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1119 net->cwnd -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1303 int in_window, int num_pkt_lost) in sctp_cwnd_update_after_ecn_echo() argument 1306 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 0); in sctp_cwnd_update_after_ecn_echo() 1316 int in_window, int num_pkt_lost) in sctp_cwnd_update_rtcc_after_ecn_echo() argument 1318 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 1); in sctp_cwnd_update_rtcc_after_ecn_echo() 2308 struct sctp_nets *net, int in_window, int num_pkt_lost SCTP_UNUSED) in sctp_htcp_cwnd_update_after_ecn_echo()
|
| D | sctp_structs.h | 716 struct sctp_nets *net, int in_window, int num_pkt_lost);
|