Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dsyncookies.c194 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function
203 EXPORT_SYMBOL_GPL(__cookie_v4_check);
306 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c245 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/Linux-v4.19/include/net/
Dtcp.h455 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,