Searched defs:num_pkt_lost (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_cc_functions.c1159 int in_window, int num_pkt_lost, int use_rtcc)
1170 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost);
1176 net->ssthresh = net->cwnd - (num_pkt_lost * net->mtu);
1182 net->ssthresh -= (net->mtu * num_pkt_lost);
1183 net->cwnd -= (net->mtu * num_pkt_lost);
1371 int in_window, int num_pkt_lost)
1374 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 0);
1384 int in_window, int num_pkt_lost)
1386 sctp_cwnd_update_after_ecn_echo_common(stcb, net, in_window, num_pkt_lost, 1);
2364 struct sctp_nets *net, int in_window, int num_pkt_lost SCTP_UNUSE
1158 sctp_cwnd_update_after_ecn_echo_common(struct sctp_tcb *stcb, struct sctp_nets *net, int in_window, int num_pkt_lost, int use_rtcc) argument
1370 sctp_cwnd_update_after_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net, int in_window, int num_pkt_lost) argument
1383 sctp_cwnd_update_rtcc_after_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net, int in_window, int num_pkt_lost) argument
[all...]

Completed in 183 milliseconds