Lines Matching refs:tc_cookie
54 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu);
60 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie,
61 struct tc_cookie *new_cookie)
63 struct tc_cookie *old;
65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie);
434 struct tc_cookie *user_cookie;
481 struct tc_cookie *cookie;
1235 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb)
1237 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL);
1365 struct tc_cookie *user_cookie = NULL;