tc_cookie          42 include/net/act_api.h 	struct tc_cookie	__rcu *act_cookie;
tc_cookie          35 net/sched/act_api.c 	struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu);
tc_cookie          41 net/sched/act_api.c static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie,
tc_cookie          42 net/sched/act_api.c 				  struct tc_cookie *new_cookie)
tc_cookie          44 net/sched/act_api.c 	struct tc_cookie *old;
tc_cookie          46 net/sched/act_api.c 	old = xchg((__force struct tc_cookie **)old_cookie, new_cookie);
tc_cookie         175 net/sched/act_api.c 	struct tc_cookie *act_cookie;
tc_cookie         759 net/sched/act_api.c 	struct tc_cookie *cookie;
tc_cookie         818 net/sched/act_api.c static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb)
tc_cookie         820 net/sched/act_api.c 	struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL);
tc_cookie         850 net/sched/act_api.c 	struct tc_cookie *cookie = NULL;