Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_api.c60 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()
66 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()
67 struct tc_cookie *new_cookie) in tcf_set_action_cookie()
69 struct tc_cookie *old; in tcf_set_action_cookie()
71 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
152 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size()
706 struct tc_cookie *cookie; in tcf_action_dump_1()
765 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
767 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL); in nla_memdup_cookie()
798 struct tc_cookie *cookie = NULL; in tcf_action_init_1()
/Linux-v4.19/include/net/
Dact_api.h39 struct tc_cookie __rcu *act_cookie;
Dpkt_cls.h785 struct tc_cookie { struct