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

/freebsd-10.1-release/sys/netinet/
H A Dtcp_timewait.c353 tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th, function
H A Dtoecore.c374 if (!tcp_twcheck(inp, NULL, th, NULL, 0))
H A Dtcp_var.h693 int tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
H A Dtcp_input.c945 * NB: tcp_twcheck unlocks the INP and frees the mbuf.
947 if (tcp_twcheck(inp, &to, th, m, tlen))

Completed in 119 milliseconds