Searched refs:tfb_pru_options (Results 1 – 5 of 5) sorted by relevance
353 int (*tfb_pru_options)(struct tcpcb *, int); member
1475 if (tp->t_fb->tfb_pru_options) { in tcp_pru_options_support()1476 ret = (*tp->t_fb->tfb_pru_options)(tp, flags); in tcp_pru_options_support()
14877 .tfb_pru_options = rack_pru_options,
14888 .tfb_pru_options = bbr_pru_options,