Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c266 static int tcp_reass(struct tcpcb *, struct tcphdr *, int *,
374 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) in tcp_reass() function
1980 tcp_reass(tp, NULL, NULL, NULL); in tcp_input()
2458 thflags = tcp_reass(tp, th, &tlen, m); in tcp_input()