Searched refs:tcp_reass (Results 1 – 7 of 7) sorted by relevance
| /f-stack/lib/ |
| H A D | Makefile | 456 tcp_reass.c \
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 939 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 939 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
|
| H A D | tcp_reass.c | 526 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass() function
|
| H A D | tcp_input.c | 2472 (void) tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in tcp_do_segment() 3157 thflags = tcp_reass(tp, th, &temp, &tlen, m); in tcp_do_segment()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 8688 thflags = tcp_reass(tp, th, &temp, &tlen, m); in rack_process_data() 9514 (void) tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in rack_do_syn_recv()
|
| H A D | bbr.c | 8376 thflags = tcp_reass(tp, th, &temp, &tlen, m); in bbr_process_data() 9215 (void)tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in bbr_do_syn_recv()
|