Searched refs:__cookie_v6_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | syncookies.c | 117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, in __cookie_v6_check() function 126 EXPORT_SYMBOL_GPL(__cookie_v6_check); 151 mss = __cookie_v6_check(ipv6_hdr(skb), th, cookie); in cookie_v6_check()
|
H A D | netfilter.c | 250 .cookie_v6_check = __cookie_v6_check,
|
/openbmc/linux/include/linux/ |
H A D | netfilter_ipv6.h | 191 return __cookie_v6_check(iph, th, cookie); in nf_cookie_v6_check()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 582 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th,
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7362 ret = __cookie_v6_check((struct ipv6hdr *)iph, th, cookie); in BPF_CALL_5() 7840 if (__cookie_v6_check(iph, th, cookie) > 0) in BPF_CALL_2()
|