Home
last modified time | relevance | path

Searched refs:tc_cookie (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sched/
Dact_api.c35 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()
41 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()
42 struct tc_cookie *new_cookie) in tcf_set_action_cookie()
44 struct tc_cookie *old; in tcf_set_action_cookie()
46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
175 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size()
759 struct tc_cookie *cookie; in tcf_action_dump_1()
818 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
820 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL); in nla_memdup_cookie()
850 struct tc_cookie *cookie = NULL; in tcf_action_init_1()
/Linux-v5.4/include/net/
Dact_api.h42 struct tc_cookie __rcu *act_cookie;
Dpkt_cls.h678 struct tc_cookie { struct