Home
last modified time | relevance | path

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

/linux-5.19.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 …]