Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dsyncookies.c184 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check() function
195 EXPORT_SYMBOL_GPL(__cookie_v4_check);
368 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
/linux/net/netfilter/
H A Dnf_synproxy_core.c621 mss = __cookie_v4_check(ip_hdr(skb), th); in synproxy_recv_client_ack()
/linux/include/net/
H A Dtcp.h575 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th);
/linux/net/core/
H A Dfilter.c7591 ret = __cookie_v4_check((struct iphdr *)iph, th); in BPF_CALL_5()
8062 if (__cookie_v4_check(iph, th) > 0) in BPF_CALL_2()