tcf_get_next_proto   44 include/net/pkt_cls.h struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
tcf_get_next_proto 1039 net/sched/cls_api.c EXPORT_SYMBOL(tcf_get_next_proto);
tcf_get_next_proto 1907 net/sched/cls_api.c 	for (tp = tcf_get_next_proto(chain, NULL, rtnl_held);
tcf_get_next_proto 1908 net/sched/cls_api.c 	     tp; tp = tcf_get_next_proto(chain, tp, rtnl_held))
tcf_get_next_proto 1936 net/sched/sch_api.c 		for (tp = tcf_get_next_proto(chain, NULL, true);
tcf_get_next_proto 1937 net/sched/sch_api.c 		     tp; tp = tcf_get_next_proto(chain, tp, true)) {