Searched refs:__tcf_block_find (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/sched/ | 
| D | cls_api.c | 1162 static struct tcf_block *__tcf_block_find(struct net *net, struct Qdisc *q,  in __tcf_block_find()  function1254 	block = __tcf_block_find(net, *q, *cl, ifindex, block_index, extack);  in tcf_block_find()
 2009 	block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index,  in tc_new_tfilter()
 2218 	block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index,  in tc_del_tfilter()
 2374 	block = __tcf_block_find(net, q, cl, t->tcm_ifindex, t->tcm_block_index,  in tc_get_tfilter()
 
 |