Home
last modified time | relevance | path

Searched refs:TCA_ACT_INDEX (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h15 TCA_ACT_INDEX, enumerator
/linux/net/sched/
H A Dact_api.c487 if (from_act && nla_put_u32(skb, TCA_ACT_INDEX, a->tcfa_index)) in tcf_action_dump_terse()
1303 [TCA_ACT_INDEX] = { .type = NLA_U32 },
1716 if (tb[TCA_ACT_INDEX] == NULL || in tcf_action_get_1()
1717 nla_len(tb[TCA_ACT_INDEX]) < sizeof(index)) { in tcf_action_get_1()
1721 index = nla_get_u32(tb[TCA_ACT_INDEX]); in tcf_action_get_1()