Searched refs:__cookie_v4_check (Results 1 – 3 of 3) 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);367 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()
7483 ret = __cookie_v4_check((struct iphdr *)iph, th); in BPF_CALL_5()7954 if (__cookie_v4_check(iph, th) > 0) in BPF_CALL_2()
Completed in 26 milliseconds