Home
last modified time | relevance | path

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

/net/ipv4/
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()
/net/netfilter/
A Dnf_synproxy_core.c620 mss = __cookie_v4_check(ip_hdr(skb), th); in synproxy_recv_client_ack()
/net/core/
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()

Completed in 26 milliseconds