Lines Matching refs:tc_cookie
35 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu);
41 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie,
42 struct tc_cookie *new_cookie)
44 struct tc_cookie *old;
46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie);
186 struct tc_cookie *act_cookie;
787 struct tc_cookie *cookie;
879 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb)
881 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL);
1010 struct tc_cookie *cookie = NULL;