Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_api.c995 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp, in tcf_get_next_proto() function
1005 EXPORT_SYMBOL(tcf_get_next_proto);
1933 for (tp = tcf_get_next_proto(chain, NULL, rtnl_held); in tfilter_notify_chain()
1934 tp; tp = tcf_get_next_proto(chain, tp, rtnl_held)) in tfilter_notify_chain()
H A Dsch_api.c1955 for (tp = tcf_get_next_proto(chain, NULL, true); in tc_bind_class_walker()
1956 tp; tp = tcf_get_next_proto(chain, tp, true)) { in tc_bind_class_walker()