Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_api.c109 tcf_set_action_cookie(&p->act_cookie, NULL); in free_tcf()
186 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size() local
190 act_cookie = rcu_dereference(act->act_cookie); in tcf_action_shared_attrs_size()
192 if (act_cookie) in tcf_action_shared_attrs_size()
193 cookie_len = nla_total_size(act_cookie->len); in tcf_action_shared_attrs_size()
795 cookie = rcu_dereference(a->act_cookie); in tcf_action_dump_terse()
1043 tcf_set_action_cookie(&a->act_cookie, cookie); in tcf_action_init_1()
H A Dcls_api.c3470 cookie = rcu_dereference(act->act_cookie); in tcf_act_get_cookie()
/OK3568_Linux_fs/kernel/include/net/
H A Dact_api.h41 struct tc_cookie __rcu *act_cookie; member