Searched refs:tcp_reass (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netinet/
H A Dtcp_reass.c33 __FBSDID("$FreeBSD: releng/10.3/sys/netinet/tcp_reass.c 285976 2015-07-28 19:58:44Z delphij $");
155 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) function
169 * XXX: tcp_reass() is rather inefficient with its data structures
H A Dtcp_var.h703 int tcp_reass(struct tcpcb *, struct tcphdr *, int *, struct mbuf *);
H A Dtcp_input.c2433 * If segment contains data or ACK, will call tcp_reass()
2437 (void) tcp_reass(tp, (struct tcphdr *)0, 0,
3040 thflags = tcp_reass(tp, th, &tlen, m);

Completed in 70 milliseconds