Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h544 struct bbr_sendmap *rc_tlp_send; /* something we have been member
H A Dbbr.c3333 if (bbr->r_ctl.rc_tlp_send == rsm) in bbr_free()
3334 bbr->r_ctl.rc_tlp_send = NULL; in bbr_free()
4592 bbr->r_ctl.rc_tlp_send = NULL; in bbr_timeout_tlp()
4653 bbr->r_ctl.rc_tlp_send = rsm; in bbr_timeout_tlp()
4670 bbr->r_ctl.rc_tlp_send = NULL; in bbr_timeout_tlp()
12205 } else if (bbr->r_ctl.rc_tlp_send) { in bbr_output_wtime()
12210 rsm = bbr->r_ctl.rc_tlp_send; in bbr_output_wtime()
12211 bbr->r_ctl.rc_tlp_send = NULL; in bbr_output_wtime()