Searched refs:TCA_CHAIN (Results 1 – 3 of 3) sorted by relevance
1991 if (nla_put_u32(skb, TCA_CHAIN, tp->chain->index)) in tcf_fill_node()2209 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_new_tfilter()2420 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_del_tfilter()2576 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_get_tfilter()2799 if (tca[TCA_CHAIN] && in tc_dump_tfilter()2800 nla_get_u32(tca[TCA_CHAIN]) != chain->index) in tc_dump_tfilter()2853 if (nla_put_u32(skb, TCA_CHAIN, chain_index)) in tc_chain_fill_node()3010 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_ctl_chain()3174 if ((tca[TCA_CHAIN] && in tc_dump_chain()3175 nla_get_u32(tca[TCA_CHAIN]) != chain->index)) in tc_dump_chain()
1433 [TCA_CHAIN] = { .type = NLA_U32 },
633 TCA_CHAIN, enumerator
Completed in 18 milliseconds