Searched refs:__cookie_v6_check (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv6/
H A Dsyncookies.c117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) function
128 EXPORT_SYMBOL_GPL(__cookie_v6_check); variable
140 mss = __cookie_v6_check(ipv6_hdr(skb), tcp_hdr(skb));
H A Dnetfilter.c250 .cookie_v6_check = __cookie_v6_check,
/linux-master/include/linux/
H A Dnetfilter_ipv6.h191 return __cookie_v6_check(iph, th);
/linux-master/include/net/
H A Dtcp.h639 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th);
/linux-master/net/core/
H A Dfilter.c7356 ret = __cookie_v6_check((struct ipv6hdr *)iph, th);
7830 if (__cookie_v6_check(iph, th) > 0)
7841 .gpl_only = true, /* __cookie_v6_check is GPL */

Completed in 258 milliseconds