Searched refs:TCA_ACT_INDEX (Results 1 – 3 of 3) sorted by relevance
15 TCA_ACT_INDEX, enumerator
497 if (from_act && nla_put_u32(skb, TCA_ACT_INDEX, a->tcfa_index)) in tcf_action_dump_terse() 1317 [TCA_ACT_INDEX] = { .type = NLA_U32 }, in tcf_idr_insert_many() 1734 if (tb[TCA_ACT_INDEX] == NULL || in tcf_action_get_1() 1735 nla_len(tb[TCA_ACT_INDEX]) < sizeof(index)) { in tcf_action_get_1() 1739 index = nla_get_u32(tb[TCA_ACT_INDEX]); in tcf_action_get_1()