Searched refs:old_tso (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 5719 uint32_t old_tso = 0, new_tso; in tcp_bbr_tso_size_check() local 5787 old_tso = bbr->r_ctl.rc_pace_max_segs; in tcp_bbr_tso_size_check() 5805 bbr_log_type_tsosize(bbr, cts, bbr->r_ctl.rc_pace_max_segs, tls_seg, old_tso, maxseg, 0); in tcp_bbr_tso_size_check() 5902 if (old_tso != new_tso) { in tcp_bbr_tso_size_check() 5904 bbr_log_type_tsosize(bbr, cts, new_tso, tls_seg, old_tso, maxseg, 0); in tcp_bbr_tso_size_check()
|