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

/linux-master/net/sched/
H A Dcls_api.c1080 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) function
1123 struct tcf_proto *tp_next = __tcf_get_next_proto(chain, tp);
1566 for (tp = __tcf_get_next_proto(chain, NULL); tp;
1568 tp = __tcf_get_next_proto(chain, tp),
2714 for (tp = __tcf_get_next_proto(chain, NULL);
2717 tp = __tcf_get_next_proto(chain, tp),

Completed in 215 milliseconds