Searched refs:num_pkt_lost (Results 1 – 2 of 2) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 1182 int in_window, int num_pkt_lost, int use_rtcc) in sctp_cwnd_update_after_ecn_echo_common() argument 1193 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1199 net->ssthresh = net->cwnd - (num_pkt_lost * net->mtu); in sctp_cwnd_update_after_ecn_echo_common() 1205 net->ssthresh -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1206 net->cwnd -= (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common() 1393 int in_window, int num_pkt_lost) in sctp_cwnd_update_after_ecn_echo() argument 1396 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 0); in sctp_cwnd_update_after_ecn_echo() 1406 int in_window, int num_pkt_lost) in sctp_cwnd_update_rtcc_after_ecn_echo() argument 1408 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 1); in sctp_cwnd_update_rtcc_after_ecn_echo() 2388 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 | 770 struct sctp_nets *net, int in_window, int num_pkt_lost);
|