tcf_get_next_proto
struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
EXPORT_SYMBOL(tcf_get_next_proto);
for (tp = tcf_get_next_proto(chain, NULL);
tp; tp = tcf_get_next_proto(chain, tp))
for (tp = tcf_get_next_proto(chain, NULL);
tp; tp = tcf_get_next_proto(chain, tp)) {