Home
last modified time | relevance | path

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

/net/sched/
Dcls_api.c1029 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp, in tcf_get_next_proto() function
1039 EXPORT_SYMBOL(tcf_get_next_proto);
1907 for (tp = tcf_get_next_proto(chain, NULL, rtnl_held); in tfilter_notify_chain()
1908 tp; tp = tcf_get_next_proto(chain, tp, rtnl_held)) in tfilter_notify_chain()
Dsch_api.c1936 for (tp = tcf_get_next_proto(chain, NULL, true); in tc_bind_class_walker()
1937 tp; tp = tcf_get_next_proto(chain, tp, true)) { in tc_bind_class_walker()