Home
last modified time | relevance | path

Searched refs:tfb_tcp_timer_stop (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dtcp_timer.c1095 if (tp->t_fb->tfb_tcp_timer_stop) { in tcp_timer_stop()
1100 tp->t_fb->tfb_tcp_timer_stop(tp, timer_type); in tcp_timer_stop()
H A Dtcp_var.h365 void (*tfb_tcp_timer_stop)(struct tcpcb *, uint32_t); member
H A Dtcp_subr.c1177 blk->tfb_tcp_timer_stop) { in register_tcp_functions_as_names()
1185 (blk->tfb_tcp_timer_stop == NULL)) { in register_tcp_functions_as_names()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c14238 .tfb_tcp_timer_stop = bbr_timer_stop,
H A Drack.c19695 .tfb_tcp_timer_stop = rack_timer_stop,