Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dsyncookies.c188 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function
197 EXPORT_SYMBOL_GPL(__cookie_v4_check);
350 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/Linux-v6.1/net/netfilter/
Dnf_synproxy_core.c620 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/Linux-v6.1/include/net/
Dtcp.h489 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
/Linux-v6.1/net/core/
Dfilter.c7058 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()
7524 if (__cookie_v4_check(iph, th, cookie) > 0) in BPF_CALL_2()