Searched refs:tfb_tcp_ctloutput (Results 1 – 5 of 5) sorted by relevance
607 int (*tfb_tcp_ctloutput)(struct tcpcb *, struct sockopt *); member
1821 return (tp->t_fb->tfb_tcp_ctloutput(tp, sopt)); in tcp_ctloutput_set()1871 return (tp->t_fb->tfb_tcp_ctloutput(tp, sopt)); in tcp_ctloutput_get()
352 .tfb_tcp_ctloutput = tcp_default_ctloutput,1189 (blk->tfb_tcp_ctloutput == NULL) || in register_tcp_functions_as_names()
14146 .tfb_tcp_ctloutput = bbr_ctloutput,
24143 .tfb_tcp_ctloutput = rack_ctloutput,