Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h548 struct bbr_sendmap *rc_tlp_send; /* something we have been member
H A Dbbr.c3365 if (bbr->r_ctl.rc_tlp_send == rsm) in bbr_free()
3366 bbr->r_ctl.rc_tlp_send = NULL; in bbr_free()
4617 bbr->r_ctl.rc_tlp_send = NULL; in bbr_timeout_tlp()
4678 bbr->r_ctl.rc_tlp_send = rsm; in bbr_timeout_tlp()
4695 bbr->r_ctl.rc_tlp_send = NULL; in bbr_timeout_tlp()
12350 } else if (bbr->r_ctl.rc_tlp_send) { in bbr_output_wtime()
12355 rsm = bbr->r_ctl.rc_tlp_send; in bbr_output_wtime()
12356 bbr->r_ctl.rc_tlp_send = NULL; in bbr_output_wtime()