Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_ipv6.h54 int (*cookie_v6_check)(const struct ipv6hdr *iph, member
192 return v6_ops->cookie_v6_check(iph, th, cookie); in nf_cookie_v6_check()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dnetfilter.c242 .cookie_v6_check = __cookie_v6_check,
H A Dsyncookies.c128 struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb) in cookie_v6_check() function
H A Dtcp_ipv6.c1162 sk = cookie_v6_check(sk, skb); in tcp_v6_cookie_check()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h567 struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb);