Home
last modified time | relevance | path

Searched refs:tfb_tcp_ctloutput (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h339 int (*tfb_tcp_ctloutput)(struct socket *so, struct sockopt *sopt, member
/f-stack/freebsd/netinet/
H A Dtcp_var.h339 int (*tfb_tcp_ctloutput)(struct socket *so, struct sockopt *sopt, member
H A Dtcp_subr.c352 .tfb_tcp_ctloutput = tcp_default_ctloutput,
883 (blk->tfb_tcp_ctloutput == NULL) || in register_tcp_functions_as_names()
H A Dtcp_usrreq.c1996 return (tp->t_fb->tfb_tcp_ctloutput(so, sopt, inp, tp)); in tcp_ctloutput()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c14868 .tfb_tcp_ctloutput = rack_ctloutput,
H A Dbbr.c14878 .tfb_tcp_ctloutput = bbr_ctloutput,