Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
466 struct tcf_chain { struct468 struct mutex filter_chain_lock;469 struct tcf_proto __rcu *filter_chain;470 struct list_head list;471 struct tcf_block *block;472 u32 index; /* chain index */473 unsigned int refcnt;474 unsigned int action_refcnt;475 bool explicitly_created;476 bool flushing;[all …]