Home
last modified time | relevance | path

Searched refs:__cookie_v4_check (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dsyncookies.c183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check() function
194 EXPORT_SYMBOL_GPL(__cookie_v4_check);
367 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
/linux/net/core/
H A Dfilter.c7483 ret = __cookie_v4_check((struct iphdr *)iph, th); in BPF_CALL_5()
7954 if (__cookie_v4_check(iph, th) > 0) in BPF_CALL_2()
7962 .gpl_only = true, /* __cookie_v4_check is GPL */