Home
last modified time | relevance | path

Searched refs:TCA_CHAIN (Results 1 – 3 of 3) sorted by path

/linux/include/uapi/linux/
H A Drtnetlink.h637 TCA_CHAIN, enumerator
/linux/net/sched/
H A Dcls_api.c2078 if (nla_put_u32(skb, TCA_CHAIN, tp->chain->index)) in tcf_fill_node()
2299 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_new_tfilter()
2511 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_del_tfilter()
2666 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_get_tfilter()
2803 [TCA_CHAIN] = { .type = NLA_U32 },
2890 if (tca[TCA_CHAIN] && in tc_dump_tfilter()
2891 nla_get_u32(tca[TCA_CHAIN]) != chain->index) in tc_dump_tfilter()
2944 if (nla_put_u32(skb, TCA_CHAIN, chain_index)) in tc_chain_fill_node()
3106 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_ctl_chain()
3270 if ((tca[TCA_CHAIN] && in tc_dump_chain()
[all …]
H A Dsch_api.c1494 [TCA_CHAIN] = { .type = NLA_U32 },