Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
381 struct tcf_chain { struct383 struct mutex filter_chain_lock;384 struct tcf_proto __rcu *filter_chain;385 struct list_head list;386 struct tcf_block *block;387 u32 index; /* chain index */388 unsigned int refcnt;389 unsigned int action_refcnt;390 bool explicitly_created;391 bool flushing;[all …]