Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_reass.c516 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass() function
H A Dtcp_var.h1382 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
H A Dtcp_input.c2537 (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 Dbbr.c8304 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 Drack.c12393 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 Dfiles4393 netinet/tcp_reass.c optional inet | inet6