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