Home
last modified time | relevance | path

Searched refs:rc_tlp_new_data (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h405 uint32_t rc_tlp_new_data; /* we need to send new-data on a TLP member
H A Dtcp_bbr.h772 rc_tlp_new_data:1, member
H A Dbbr.c4581 bbr->rc_tlp_new_data = 1; in bbr_timeout_tlp()
4664 bbr->rc_tlp_new_data = 0; in bbr_timeout_tlp()
4920 bbr->rc_tlp_new_data = 0; in bbr_remxt_tmr()
12300 if (bbr->rc_tlp_new_data) { in bbr_output_wtime()
12315 bbr->rc_tlp_new_data = 0; in bbr_output_wtime()
H A Drack.c7113 rack->r_ctl.rc_tlp_new_data = amm; in rack_timeout_tlp()
7121 rack->r_ctl.rc_tlp_new_data = amm; in rack_timeout_tlp()
20236 if (rack->r_ctl.rc_tlp_new_data) { in rack_output()
20238 if (rack->r_ctl.rc_tlp_new_data > (uint32_t) (avail - sb_offset)) { in rack_output()
20239 rack->r_ctl.rc_tlp_new_data = (uint32_t) (avail - sb_offset); in rack_output()
20241 if ((rack->r_ctl.rc_tlp_new_data + sb_offset) > tp->snd_wnd) { in rack_output()
20247 len = rack->r_ctl.rc_tlp_new_data; in rack_output()
20249 rack->r_ctl.rc_tlp_new_data = 0; in rack_output()