Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_api.c520 if (!tcf_block_shared(block)) in tcf_block_create()
595 if (tcf_block_shared(block)) { in tcf_block_find()
684 if (tcf_block_shared(block)) { in tcf_block_get_ext()
714 if (tcf_block_shared(block)) in tcf_block_get_ext()
760 if (tcf_block_shared(block)) in tcf_block_put_ext()
1682 if (tcf_block_shared(block)) in tc_dump_tfilter()
2001 if (tcf_block_shared(block)) in tc_dump_chain()
Dcls_u32.c341 if (tcf_block_shared(block)) in tc_u_common_ptr()
/Linux-v4.19/include/net/
Dpkt_cls.h57 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared() function
64 WARN_ON(tcf_block_shared(block)); in tcf_block_q()