Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h720 uint16_t rc_tlp_seg_send_cnt; /* Number of times we have TLP sent member
H A Dbbr.c709 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timer_start()
718 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timer_start()
4615 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_timeout_tlp()
4681 bbr->r_ctl.rc_tlp_seg_send_cnt++; in bbr_timeout_tlp()
4685 bbr->r_ctl.rc_tlp_seg_send_cnt = 1; in bbr_timeout_tlp()
4688 if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) { in bbr_timeout_tlp()
4704 (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend)) { in bbr_timeout_tlp()
4957 bbr->r_ctl.rc_tlp_seg_send_cnt = 0; in bbr_remxt_tmr()