Home
last modified time | relevance | path

Searched refs:cookie_v6_check (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dnetfilter_ipv6.h53 int (*cookie_v6_check)(const struct ipv6hdr *iph, member
189 return v6_ops->cookie_v6_check(iph, th, cookie); in nf_cookie_v6_check()
/linux-5.19.10/net/ipv6/
Dnetfilter.c250 .cookie_v6_check = __cookie_v6_check,
Dsyncookies.c128 struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb) in cookie_v6_check() function
Dtcp_ipv6.c1131 sk = cookie_v6_check(sk, skb); in tcp_v6_cookie_check()
/linux-5.19.10/include/net/
Dtcp.h576 struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb);