Searched refs:tcf_get_next_proto (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/net/ |
D | pkt_cls.h | 50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
|
/Linux-v5.10/net/sched/ |
D | cls_api.c | 994 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp, in tcf_get_next_proto() function 1004 EXPORT_SYMBOL(tcf_get_next_proto); 1932 for (tp = tcf_get_next_proto(chain, NULL, rtnl_held); in tfilter_notify_chain() 1933 tp; tp = tcf_get_next_proto(chain, tp, rtnl_held)) in tfilter_notify_chain()
|
D | sch_api.c | 1946 for (tp = tcf_get_next_proto(chain, NULL, true); in tc_bind_class_walker() 1947 tp; tp = tcf_get_next_proto(chain, tp, true)) { in tc_bind_class_walker()
|