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

/linux-master/include/net/
H A Dpkt_cls.h52 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
/linux-master/net/sched/
H A Dcls_api.c1121 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) function
1130 EXPORT_SYMBOL(tcf_get_next_proto); variable
2154 for (tp = tcf_get_next_proto(chain, NULL);
2155 tp; tp = tcf_get_next_proto(chain, tp))
H A Dsch_api.c2089 for (tp = tcf_get_next_proto(chain, NULL);
2090 tp; tp = tcf_get_next_proto(chain, tp)) {

Completed in 137 milliseconds