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