Searched refs:tc_cookie (Results 1 – 3 of 3) sorted by relevance
60 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()
39 struct tc_cookie __rcu *act_cookie;
785 struct tc_cookie { struct