Home
last modified time | relevance | path

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

/openbmc/linux/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);
343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/openbmc/linux/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()
/openbmc/linux/include/net/
H A Dtcp.h486 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
/openbmc/linux/net/core/
H A Dfilter.c7327 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()
7793 if (__cookie_v4_check(iph, th, cookie) > 0) in BPF_CALL_2()