Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c153 unsigned long prev_cwnd; member
270 htcp_data->prev_cwnd = 0; in htcp_cb_init()
304 htcp_data->prev_cwnd = CCV(ccv, snd_cwnd); in htcp_cong_signal()
321 htcp_data->prev_cwnd = CCV(ccv, snd_cwnd); in htcp_cong_signal()
388 htcp_data->prev_cwnd / mss) in htcp_post_recovery()
/freebsd/sys/netinet/
H A Dsctp_structs.h308 uint32_t prev_cwnd; /* cwnd before any processing */ member
H A Dsctp_indata.c3960 net->prev_cwnd = net->cwnd; in sctp_express_handle_sack()
4564 net->prev_cwnd = net->cwnd; in sctp_handle_sack()
H A Dsctp_cc_functions.c1196 net->cwnd = net->prev_cwnd; in sctp_cwnd_update_after_packet_dropped()