Home
last modified time | relevance | path

Searched refs:num_pkt_lost (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1086 int in_window, int num_pkt_lost, int use_rtcc) in sctp_cwnd_update_after_ecn_echo_common() argument
1099 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
1105 net->ssthresh = net->cwnd - (num_pkt_lost * net->mtu); in sctp_cwnd_update_after_ecn_echo_common()
1114 net->ssthresh -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
1115 net->cwnd -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
1298 int in_window, int num_pkt_lost) in sctp_cwnd_update_after_ecn_echo() argument
1301 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 0); in sctp_cwnd_update_after_ecn_echo()
1311 int in_window, int num_pkt_lost) in sctp_cwnd_update_rtcc_after_ecn_echo() argument
1313 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 1); in sctp_cwnd_update_rtcc_after_ecn_echo()
2297 struct sctp_nets *net, int in_window, int num_pkt_lost SCTP_UNUSED) in sctp_htcp_cwnd_update_after_ecn_echo()
H A Dsctp_structs.h709 struct sctp_nets *net, int in_window, int num_pkt_lost);