Home
last modified time | relevance | path

Searched refs:chain_index (Results 1 – 4 of 4) sorted by relevance

/net/sched/
Dcls_api.c347 u32 chain_index) in tcf_chain_create() argument
359 chain->index = chain_index; in tcf_chain_create()
442 u32 chain_index) in tcf_chain_lookup() argument
449 if (chain->index == chain_index) in tcf_chain_lookup()
457 u32 chain_index) in tcf_chain_lookup_rcu() argument
462 if (chain->index == chain_index) in tcf_chain_lookup_rcu()
473 u32 chain_index, bool create, in __tcf_chain_get() argument
480 chain = tcf_chain_lookup(block, chain_index); in __tcf_chain_get()
486 chain = tcf_chain_create(block, chain_index); in __tcf_chain_get()
512 static struct tcf_chain *tcf_chain_get(struct tcf_block *block, u32 chain_index, in tcf_chain_get() argument
[all …]
Dact_api.c72 u32 chain_index; in tcf_action_check_ctrlact() local
84 chain_index = action & TC_ACT_EXT_VAL_MASK; in tcf_action_check_ctrlact()
91 *newchain = tcf_chain_get_by_act(tp->chain->block, chain_index); in tcf_action_check_ctrlact()
Dcls_flower.c2356 cls_flower.common.chain_index = chain->index; in fl_hw_create_tmplt()
2378 cls_flower.common.chain_index = chain->index; in fl_hw_destroy_tmplt()
/net/dsa/
Dslave.c1141 if (cls->common.chain_index) in dsa_slave_setup_tc_cls_matchall()