Home
last modified time | relevance | path

Searched refs:act_cookie (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sched/
Dact_api.c86 tcf_set_action_cookie(&p->act_cookie, NULL); in free_tcf()
152 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size() local
156 act_cookie = rcu_dereference(act->act_cookie); in tcf_action_shared_attrs_size()
158 if (act_cookie) in tcf_action_shared_attrs_size()
159 cookie_len = nla_total_size(act_cookie->len); in tcf_action_shared_attrs_size()
714 cookie = rcu_dereference(a->act_cookie); in tcf_action_dump_1()
879 tcf_set_action_cookie(&a->act_cookie, cookie); in tcf_action_init_1()
/Linux-v4.19/include/net/
Dact_api.h39 struct tc_cookie __rcu *act_cookie; member