Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
447 struct tcf_chain { struct449 struct mutex filter_chain_lock;450 struct tcf_proto __rcu *filter_chain;451 struct list_head list;452 struct tcf_block *block;453 u32 index; /* chain index */454 unsigned int refcnt;455 unsigned int action_refcnt;456 bool explicitly_created;457 bool flushing;[all …]