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.c4586 bbr->rc_tlp_new_data = 1; in bbr_timeout_tlp()
4669 bbr->rc_tlp_new_data = 0; in bbr_timeout_tlp()
4925 bbr->rc_tlp_new_data = 0; in bbr_remxt_tmr()
12306 if (bbr->rc_tlp_new_data) { in bbr_output_wtime()
12321 bbr->rc_tlp_new_data = 0; in bbr_output_wtime()
H A Drack.c7242 rack->r_ctl.rc_tlp_new_data = amm; in rack_timeout_tlp()
7250 rack->r_ctl.rc_tlp_new_data = amm; in rack_timeout_tlp()
20363 if (rack->r_ctl.rc_tlp_new_data) { in rack_output()
20365 if (rack->r_ctl.rc_tlp_new_data > (uint32_t) (avail - sb_offset)) { in rack_output()
20366 rack->r_ctl.rc_tlp_new_data = (uint32_t) (avail - sb_offset); in rack_output()
20368 if ((rack->r_ctl.rc_tlp_new_data + sb_offset) > tp->snd_wnd) { in rack_output()
20374 len = rack->r_ctl.rc_tlp_new_data; in rack_output()
20376 rack->r_ctl.rc_tlp_new_data = 0; in rack_output()