Home
last modified time | relevance | path

Searched defs:tcf_chain (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dsch_generic.h440 struct tcf_chain { struct
442 struct mutex filter_chain_lock;
443 struct tcf_proto __rcu *filter_chain;
444 struct list_head list;
445 struct tcf_block *block;
446 u32 index; /* chain index */
447 unsigned int refcnt;
448 unsigned int action_refcnt;
449 bool explicitly_created;
450 bool flushing;
[all …]
/kernel/linux/linux-4.19/include/net/
Dsch_generic.h323 struct tcf_chain { struct
347 struct tcf_chain *chain; argument