Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h275 uint32_t rc_tlp_new_data; /* we need to send new-data on a TLP member
H A Dtcp_bbr.h776 rc_tlp_new_data:1, member
H A Drack.c5225 rack->r_ctl.rc_tlp_new_data = amm; in rack_timeout_tlp()
12315 if (rack->r_ctl.rc_tlp_new_data) { in rack_output()
12317 if (rack->r_ctl.rc_tlp_new_data > (uint32_t) (avail - sb_offset)) { in rack_output()
12318 rack->r_ctl.rc_tlp_new_data = (uint32_t) (avail - sb_offset); in rack_output()
12320 if (rack->r_ctl.rc_tlp_new_data > tp->snd_wnd) in rack_output()
12323 len = rack->r_ctl.rc_tlp_new_data; in rack_output()
12324 rack->r_ctl.rc_tlp_new_data = 0; in rack_output()
H A Dbbr.c4611 bbr->rc_tlp_new_data = 1; in bbr_timeout_tlp()
4694 bbr->rc_tlp_new_data = 0; in bbr_timeout_tlp()
4956 bbr->rc_tlp_new_data = 0; in bbr_remxt_tmr()
12452 if (bbr->rc_tlp_new_data) { in bbr_output_wtime()
12467 bbr->rc_tlp_new_data = 0; in bbr_output_wtime()