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.h716 uint16_t rc_tlp_seg_send_cnt; /* Number of times we have TLP sent member
H A Dbbr.c697 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timer_start()
706 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timer_start()
4590 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timeout_tlp()
4656 bbr->r_ctl.rc_tlp_seg_send_cnt++; in bbr_timeout_tlp()
4660 bbr->r_ctl.rc_tlp_seg_send_cnt = 1; in bbr_timeout_tlp()
4663 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timeout_tlp()
4679 (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend)) { in bbr_timeout_tlp()
4926 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_remxt_tmr()