Searched refs:tcf_get_next_proto (Results 1 – 3 of 3) sorted by relevance
50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
1013 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_get_next_proto() function1022 EXPORT_SYMBOL(tcf_get_next_proto);1944 for (tp = tcf_get_next_proto(chain, NULL); in tfilter_notify_chain()1945 tp; tp = tcf_get_next_proto(chain, tp)) in tfilter_notify_chain()
1957 for (tp = tcf_get_next_proto(chain, NULL); in tc_bind_class_walker()1958 tp; tp = tcf_get_next_proto(chain, tp)) { in tc_bind_class_walker()