Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_api.c127 tcf_set_action_cookie(&p->act_cookie, NULL); in free_tcf()
440 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size() local
444 act_cookie = rcu_dereference(act->act_cookie); in tcf_action_shared_attrs_size()
446 if (act_cookie) in tcf_action_shared_attrs_size()
447 cookie_len = nla_total_size(act_cookie->len); in tcf_action_shared_attrs_size()
497 cookie = rcu_dereference(a->act_cookie); in tcf_action_dump_terse()
1409 tcf_set_action_cookie(&a->act_cookie, cookie); in tcf_action_init_1()
Dcls_api.c3476 cookie = rcu_dereference(act->act_cookie); in tcf_act_get_cookie()
/Linux-v6.1/include/net/
Dact_api.h42 struct tc_cookie __rcu *act_cookie; member