Home
last modified time | relevance | path

Searched refs:__cookie_v4_check (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dsyncookies.c184 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function
193 EXPORT_SYMBOL_GPL(__cookie_v4_check); variable
345 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dsyncookies.c182 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function
191 EXPORT_SYMBOL_GPL(__cookie_v4_check); variable
343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_synproxy_core.c643 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_synproxy_core.c620 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h467 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h486 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7300 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()
7766 if (__cookie_v4_check(iph, th, cookie) > 0) in BPF_CALL_2()
7774 .gpl_only = true, /* __cookie_v4_check is GPL */
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c6628 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()

Completed in 41 milliseconds