Searched refs:tcp_reass (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_reass.c | 516 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass() function
|
H A D | tcp_var.h | 1382 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
|
H A D | tcp_input.c | 2537 (void) tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in tcp_do_segment() 3276 thflags = tcp_reass(tp, th, &temp, &tlen, m); in tcp_do_segment()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 8304 thflags = tcp_reass(tp, th, &temp, &tlen, m); in bbr_process_data() 9121 (void)tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in bbr_do_syn_recv()
|
H A D | rack.c | 12393 thflags = tcp_reass(tp, th, &temp, &tlen, m); in rack_process_data() 13225 (void) tcp_reass(tp, (struct tcphdr *)0, NULL, 0, in rack_do_syn_recv()
|
/freebsd/sys/conf/ |
H A D | files | 4393 netinet/tcp_reass.c optional inet | inet6
|