Searched refs:__tcf_block_find (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/sched/ |
D | cls_api.c | 1138 static struct tcf_block *__tcf_block_find(struct net *net, struct Qdisc *q, in __tcf_block_find() function 1230 block = __tcf_block_find(net, *q, *cl, ifindex, block_index, extack); in tcf_block_find() 2040 block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index, in tc_new_tfilter() 2250 block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index, in tc_del_tfilter() 2406 block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index, in tc_get_tfilter()
|