Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ipt.h11 TCA_IPT_INDEX, enumerator
/openbmc/linux/net/sched/
H A Dact_ipt.c91 [TCA_IPT_INDEX] = { .type = NLA_U32 },
119 if (tb[TCA_IPT_INDEX] != NULL) in __tcf_ipt_init()
120 index = nla_get_u32(tb[TCA_IPT_INDEX]); in __tcf_ipt_init()
353 nla_put_u32(skb, TCA_IPT_INDEX, ipt->tcf_index) || in tcf_ipt_dump()