Searched refs:tfb_tcp_do_segment (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 327 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 327 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, member
|
| H A D | tcp_subr.c | 351 .tfb_tcp_do_segment = tcp_do_segment, 882 (blk->tfb_tcp_do_segment == NULL) || in register_tcp_functions_as_names()
|
| H A D | tcp_input.c | 1147 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, in tcp_input() 1382 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, iptos); in tcp_input()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 11042 (*tp->t_fb->tfb_tcp_do_segment) (m, th, so, tp, drop_hdrlen, in rack_do_segment_nounlock() 14867 .tfb_tcp_do_segment = rack_do_segment,
|
| H A D | bbr.c | 11559 (*tp->t_fb->tfb_tcp_do_segment) (m, th, so, tp, drop_hdrlen, in bbr_do_segment_nounlock() 14877 .tfb_tcp_do_segment = bbr_do_segment,
|