Lines Matching defs:cookie
85 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie);
2570 static bool fib6_check(struct fib6_info *f6i, u32 cookie)
2574 if (!fib6_get_cookie_safe(f6i, &rt_cookie) || rt_cookie != cookie)
2585 u32 cookie)
2590 rt_cookie != cookie)
2601 u32 cookie)
2605 fib6_check(from, cookie))
2611 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie)
2633 dst_ret = rt6_dst_from_check(rt, from, cookie);
2635 dst_ret = rt6_check(rt, from, cookie);