Home
last modified time | relevance | path

Searched refs:tfb_tcp_do_segment (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h611 void (*tfb_tcp_do_segment)(struct tcpcb *, struct mbuf *, member
H A Dtcp_input.c1162 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, in tcp_input_with_port()
1390 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
H A Dtcp_subr.c350 .tfb_tcp_do_segment = tcp_do_segment,
1190 (blk->tfb_tcp_do_segment == NULL) || in register_tcp_functions_as_names()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11451 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen, in bbr_do_segment_nounlock()
14151 .tfb_tcp_do_segment = bbr_do_segment,
H A Drack.c16811 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen, in rack_do_segment_nounlock()
24128 .tfb_tcp_do_segment = rack_do_segment,