__cookie_v4_check  466 include/net/tcp.h int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
__cookie_v4_check 5824 net/core/filter.c 		ret = __cookie_v4_check((struct iphdr *)iph, th, cookie);
__cookie_v4_check  199 net/ipv4/syncookies.c EXPORT_SYMBOL_GPL(__cookie_v4_check);
__cookie_v4_check  306 net/ipv4/syncookies.c 	mss = __cookie_v4_check(ip_hdr(skb), th, cookie);
__cookie_v4_check  638 net/netfilter/nf_synproxy_core.c 	mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1);