Lines Matching defs:cookie
86 struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie);
2689 static bool fib6_check(struct fib6_info *f6i, u32 cookie)
2693 if (!fib6_get_cookie_safe(f6i, &rt_cookie) || rt_cookie != cookie)
2704 u32 cookie)
2709 rt_cookie != cookie)
2720 u32 cookie)
2724 fib6_check(from, cookie))
2731 u32 cookie)
2753 dst_ret = rt6_dst_from_check(rt, from, cookie);
2755 dst_ret = rt6_check(rt, from, cookie);