Searched refs:prev_cwnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet/cc/
H A Dcc_htcp.c149 unsigned long prev_cwnd; member in struct:htcp
259 htcp_data->prev_cwnd = 0;
291 htcp_data->prev_cwnd = CCV(ccv, snd_cwnd);
308 htcp_data->prev_cwnd = CCV(ccv, snd_cwnd);
377 htcp_data->prev_cwnd / CCV(ccv, t_maxseg))
/freebsd-11-stable/sys/netinet/
H A Dsctp_structs.h296 uint32_t prev_cwnd; /* cwnd before any processing */ member in struct:sctp_nets
H A Dsctp_cc_functions.c1198 net->cwnd = net->prev_cwnd;
H A Dsctp_indata.c4017 net->prev_cwnd = net->cwnd;
4643 net->prev_cwnd = net->cwnd;

Completed in 145 milliseconds