Home
last modified time | relevance | path

Searched refs:rc_tlp_seg_send_cnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h718 uint16_t rc_tlp_seg_send_cnt; /* Number of times we have TLP sent member
H A Dbbr.c699 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timer_start()
708 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timer_start()
4602 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timeout_tlp()
4668 bbr->r_ctl.rc_tlp_seg_send_cnt++; in bbr_timeout_tlp()
4672 bbr->r_ctl.rc_tlp_seg_send_cnt = 1; in bbr_timeout_tlp()
4675 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timeout_tlp()
4691 (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend)) { in bbr_timeout_tlp()
4938 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_remxt_tmr()