Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dpkt_cls.h48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
/openbmc/linux/net/sched/
H A Dcls_api.c1066 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in tcf_get_next_chain() function
1075 EXPORT_SYMBOL(tcf_get_next_chain);
1137 for (chain = tcf_get_next_chain(block, NULL); in tcf_block_flush_all_chains()
1139 chain = tcf_get_next_chain(block, chain)) { in tcf_block_flush_all_chains()
H A Dsch_api.c2037 for (chain = tcf_get_next_chain(block, NULL); in tc_bind_class_walker()
2039 chain = tcf_get_next_chain(block, chain)) { in tc_bind_class_walker()