Searched refs:orig_cwnd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 3281 rack_log_to_prr(struct tcp_rack *rack, int frm, int orig_cwnd, int line) in rack_log_to_prr() argument 3299 log.u_bbr.pkts_out = orig_cwnd; in rack_log_to_prr() 5628 uint32_t orig_cwnd; in rack_post_recovery() local 5630 orig_cwnd = tp->snd_cwnd; in rack_post_recovery() 5657 log.u_bbr.flex6 = orig_cwnd; in rack_post_recovery() 5687 rack_log_to_prr(rack, 14, orig_cwnd, __LINE__); in rack_post_recovery() 5708 uint32_t ssthresh_enter, cwnd_enter, in_rec_at_entry, orig_cwnd; in rack_cong_signal() local 5765 orig_cwnd = tp->snd_cwnd; in rack_cong_signal() 5766 rack_log_to_prr(rack, 16, orig_cwnd, line); in rack_cong_signal() 10599 int orig_cwnd; in rack_handle_might_revert() local [all …]
|