Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
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);
366 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
/linux-6.12.1/net/netfilter/
Dnf_synproxy_core.c620 mss = __cookie_v4_check(ip_hdr(skb), th); in synproxy_recv_client_ack()
/linux-6.12.1/include/net/
Dtcp.h489 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th);
/linux-6.12.1/net/core/
Dfilter.c7386 ret = __cookie_v4_check((struct iphdr *)iph, th); in BPF_CALL_5()
7854 if (__cookie_v4_check(iph, th) > 0) in BPF_CALL_2()