Searched refs:__cookie_v4_check (Results 1 – 4 of 4) sorted by relevance
183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check() function194 EXPORT_SYMBOL_GPL(__cookie_v4_check);366 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
620 mss = __cookie_v4_check(ip_hdr(skb), th); in synproxy_recv_client_ack()
489 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th);
7386 ret = __cookie_v4_check((struct iphdr *)iph, th); in BPF_CALL_5()7854 if (__cookie_v4_check(iph, th) > 0) in BPF_CALL_2()