Home
last modified time | relevance | path

Searched refs:tcf_chain_get_by_act (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Dpkt_cls.h45 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
/Linux-v6.1/net/sched/
Dcls_api.c538 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index) in tcf_chain_get_by_act() function
542 EXPORT_SYMBOL(tcf_chain_get_by_act);
Dact_api.c93 *newchain = tcf_chain_get_by_act(tp->chain->block, chain_index); in tcf_action_check_ctrlact()