Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dsyncookies.c122 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, in __cookie_v6_check() function
131 EXPORT_SYMBOL_GPL(__cookie_v6_check);
155 mss = __cookie_v6_check(ipv6_hdr(skb), th, cookie); in cookie_v6_check()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c259 mss = __cookie_v6_check(ipv6_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/Linux-v4.19/include/net/
Dtcp.h536 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th,