Home
last modified time | relevance | path

Searched refs:tcf_get_next_proto (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dcls_api.c995 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_get_next_proto() function
1004 EXPORT_SYMBOL(tcf_get_next_proto);
1925 for (tp = tcf_get_next_proto(chain, NULL); in tfilter_notify_chain()
1926 tp; tp = tcf_get_next_proto(chain, tp)) in tfilter_notify_chain()
Dsch_api.c1996 for (tp = tcf_get_next_proto(chain, NULL); in tc_bind_class_walker()
1997 tp; tp = tcf_get_next_proto(chain, tp)) { in tc_bind_class_walker()