Searched refs:TCA_ACT_INDEX (Results 1 – 3 of 3) sorted by relevance
15 TCA_ACT_INDEX, enumerator
487 if (from_act && nla_put_u32(skb, TCA_ACT_INDEX, a->tcfa_index)) in tcf_action_dump_terse()1267 [TCA_ACT_INDEX] = { .type = NLA_U32 },1650 if (tb[TCA_ACT_INDEX] == NULL || in tcf_action_get_1()1651 nla_len(tb[TCA_ACT_INDEX]) < sizeof(index)) { in tcf_action_get_1()1655 index = nla_get_u32(tb[TCA_ACT_INDEX]); in tcf_action_get_1()
Completed in 12 milliseconds