Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dpkt_cls.h48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
/linux-6.1.9/net/sched/
Dcls_api.c960 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in tcf_get_next_chain() function
969 EXPORT_SYMBOL(tcf_get_next_chain);
1031 for (chain = tcf_get_next_chain(block, NULL); in tcf_block_flush_all_chains()
1033 chain = tcf_get_next_chain(block, chain)) { in tcf_block_flush_all_chains()
Dsch_api.c1952 for (chain = tcf_get_next_chain(block, NULL); in tc_bind_class_walker()
1954 chain = tcf_get_next_chain(block, chain)) { in tc_bind_class_walker()