Searched refs:tfb_tcp_output (Results 1 – 6 of 6) sorted by relevance
601 int (*tfb_tcp_output)(struct tcpcb *); member662 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output()688 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output_unlock()720 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output_nodrop()
361 .tfb_tcp_output = test_tcp_output,577 KTEST_NEQUAL(tp->t_fb->tfb_tcp_output, NULL); in KTEST_FUNC()
298 if ((rv = tp->t_fb->tfb_tcp_output(tp)) < 0) { in tcp_output_locked()
350 .tfb_tcp_output = tcp_default_output,1187 if ((blk->tfb_tcp_output == NULL) || in register_tcp_functions_as_names()
14135 .tfb_tcp_output = bbr_output,
23931 .tfb_tcp_output = rack_output,