Home
last modified time | relevance | path

Searched refs:tcp_reass (Results 1 – 7 of 7) sorted by relevance

/f-stack/lib/
H A DMakefile456 tcp_reass.c \
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h939 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
/f-stack/freebsd/netinet/
H A Dtcp_var.h939 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
H A Dtcp_reass.c526 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass() function
H A Dtcp_input.c2472 (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 Drack.c8688 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 Dbbr.c8376 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()