Searched refs:tfb_tcp_do_segment (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_var.h | 340 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, member
|
| HD | tcp_subr.c | 389 .tfb_tcp_do_segment = tcp_do_segment, 1164 (blk->tfb_tcp_do_segment == NULL) || in register_tcp_functions_as_names()
|
| HD | tcp_input.c | 1203 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, in tcp_input_with_port() 1436 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 11500 (*tp->t_fb->tfb_tcp_do_segment) (m, th, so, tp, drop_hdrlen, in bbr_do_segment_nounlock() 14199 .tfb_tcp_do_segment = bbr_do_segment,
|
| HD | rack.c | 13925 (*tp->t_fb->tfb_tcp_do_segment) (m, th, so, tp, drop_hdrlen, in rack_do_segment_nounlock() 19729 .tfb_tcp_do_segment = rack_do_segment,
|