Searched refs:__tcf_chain_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 472 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get() function 515 return __tcf_chain_get(block, chain_index, create, false); in tcf_chain_get() 520 return __tcf_chain_get(block, chain_index, true, true); in tcf_chain_get_by_act()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 596 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get() function 639 return __tcf_chain_get(block, chain_index, create, false); in tcf_chain_get() 644 return __tcf_chain_get(block, chain_index, true, true); in tcf_chain_get_by_act()
|
Completed in 10 milliseconds