Home
last modified time | relevance | path

Searched refs:tcf_get_next_proto (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dpkt_cls.h50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
/openbmc/linux/net/sched/
H A Dcls_api.c1119 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_get_next_proto() function
1128 EXPORT_SYMBOL(tcf_get_next_proto);
2107 for (tp = tcf_get_next_proto(chain, NULL); in tfilter_notify_chain()
2108 tp; tp = tcf_get_next_proto(chain, tp)) in tfilter_notify_chain()
H A Dsch_api.c2042 for (tp = tcf_get_next_proto(chain, NULL); in tc_bind_class_walker()
2043 tp; tp = tcf_get_next_proto(chain, tp)) { in tc_bind_class_walker()