Searched refs:TCA_CHAIN (Results 1 – 3 of 3) sorted by relevance
1820 if (nla_put_u32(skb, TCA_CHAIN, tp->chain->index)) in tcf_fill_node()2027 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_new_tfilter()2238 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_del_tfilter()2394 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_get_tfilter()2617 if (tca[TCA_CHAIN] && in tc_dump_tfilter()2618 nla_get_u32(tca[TCA_CHAIN]) != chain->index) in tc_dump_tfilter()2670 if (nla_put_u32(skb, TCA_CHAIN, chain_index)) in tc_chain_fill_node()2824 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_ctl_chain()2988 if ((tca[TCA_CHAIN] && in tc_dump_chain()2989 nla_get_u32(tca[TCA_CHAIN]) != chain->index)) in tc_dump_chain()
1406 [TCA_CHAIN] = { .type = NLA_U32 },
624 TCA_CHAIN, enumerator
Completed in 17 milliseconds