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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c294 static int tcp_reass(struct tcpcb *, struct tcphdr *, int *,
512 tcp_reass(tp, th, tlenp, m) function
3170 * If segment contains data or ACK, will call tcp_reass()
3174 (void) tcp_reass(tp, (struct tcphdr *)0, &tlen,
3759 thflags = tcp_reass(tp, th, &tlen, m);

Completed in 19 milliseconds