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()
351 .tfb_tcp_ctloutput = tcp_default_ctloutput,1188 (blk->tfb_tcp_ctloutput == NULL) || in register_tcp_functions_as_names()
14152 .tfb_tcp_ctloutput = bbr_ctloutput,
24151 .tfb_tcp_ctloutput = rack_ctloutput,