Searched refs:tcp_twcheck (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_timewait.c | 196 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, in tcp_twcheck() function
|
H A D | toecore.c | 403 if (!tcp_twcheck(inp, NULL, th, NULL, 0)) in toe_4tuple_check()
|
H A D | tcp_var.h | 1466 bool tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
|
H A D | tcp_input.c | 1004 if (tcp_twcheck(inp, &to, th, m, tlen)) in tcp_input_with_port()
|