Searched refs:tfb_tcp_do_segment (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_var.h | 602 void (*tfb_tcp_do_segment)(struct tcpcb *, struct mbuf *, member
|
H A D | tcp_input.c | 1147 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, in tcp_input_with_port() 1375 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
|
H A D | tcp_subr.c | 350 .tfb_tcp_do_segment = tcp_do_segment, 1187 (blk->tfb_tcp_do_segment == NULL) || in register_tcp_functions_as_names()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 11451 (*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 D | rack.c | 16812 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen, in rack_do_segment_nounlock() 24150 .tfb_tcp_do_segment = rack_do_segment,
|