Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dact_api.h29 u32 tcfa_index; member
50 #define tcf_index common.tcfa_index
/openbmc/linux/net/sched/
H A Dact_api.c189 fl_action->index = act->tcfa_index; in offload_action_init()
380 idr_remove(&idrinfo->action_idr, p->tcfa_index); in __tcf_action_put()
487 if (from_act && nla_put_u32(skb, TCA_ACT_INDEX, a->tcfa_index)) in tcf_action_dump_terse()
578 idr_remove(&p->idrinfo->action_idr, p->tcfa_index); in tcf_idr_release_unsafe()
717 p->tcfa_index)); in tcf_idr_delete_index()
761 p->tcfa_index = index; in tcf_idr_create()
1312 idr_replace(&idrinfo->action_idr, a, a->tcfa_index); in tcf_idr_insert_many()
1806 u32 act_index = a->tcfa_index; in tcf_action_delete()
H A Dcls_api.c3778 entry[k].hw_index = act->tcfa_index; in tc_setup_action()