Searched refs:tfb_tcp_timer_stop (Results 1 – 4 of 4) sorted by relevance
1076 if (tp->t_fb->tfb_tcp_timer_stop) { in tcp_timer_stop()1081 tp->t_fb->tfb_tcp_timer_stop(tp, timer_type); in tcp_timer_stop()
297 void (*tfb_tcp_timer_stop)(struct tcpcb *, uint32_t); member
818 blk->tfb_tcp_timer_stop) { in register_tcp_functions_as_names()826 (blk->tfb_tcp_timer_stop == NULL)) { in register_tcp_functions_as_names()
9215 .tfb_tcp_timer_stop = rack_timer_stop,