Searched refs:__cookie_v6_check (Results 1 – 5 of 5) sorted by relevance
117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) in __cookie_v6_check() function128 EXPORT_SYMBOL_GPL(__cookie_v6_check);140 mss = __cookie_v6_check(ipv6_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
251 .cookie_v6_check = __cookie_v6_check,
191 return __cookie_v6_check(iph, th); in nf_cookie_v6_check()
634 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th);
7397 ret = __cookie_v6_check((struct ipv6hdr *)iph, th); in BPF_CALL_5()7875 if (__cookie_v6_check(iph, th) > 0) in BPF_CALL_2()