Searched refs:tcf_block_refcnt_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 896 static struct tcf_block *tcf_block_refcnt_get(struct net *net, u32 block_index) in tcf_block_refcnt_get() function 1129 block = tcf_block_refcnt_get(net, block_index); in __tcf_block_find() 1150 * tcf_block_refcnt_get(). in __tcf_block_find() 1312 block = tcf_block_refcnt_get(net, ei->block_index); in tcf_block_get_ext() 2575 block = tcf_block_refcnt_get(net, tcm->tcm_block_index); in tc_dump_tfilter() 2962 block = tcf_block_refcnt_get(net, tcm->tcm_block_index); in tc_dump_chain()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 1020 static struct tcf_block *tcf_block_refcnt_get(struct net *net, u32 block_index) in tcf_block_refcnt_get() function 1252 block = tcf_block_refcnt_get(net, block_index); in __tcf_block_find() 1273 * tcf_block_refcnt_get(). in __tcf_block_find() 1435 block = tcf_block_refcnt_get(net, ei->block_index); in tcf_block_get_ext() 2754 block = tcf_block_refcnt_get(net, tcm->tcm_block_index); in tc_dump_tfilter() 3142 block = tcf_block_refcnt_get(net, tcm->tcm_block_index); in tc_dump_chain()
|
Completed in 13 milliseconds