Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dpkt_cls.h48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
/linux-6.3-rc2/net/sched/
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()
A Dsch_api.c1960 for (chain = tcf_get_next_chain(block, NULL); in tc_bind_class_walker()
1962 chain = tcf_get_next_chain(block, chain)) { in tc_bind_class_walker()

Completed in 17 milliseconds