Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
387 struct tcf_chain { struct389 struct mutex filter_chain_lock;390 struct tcf_proto __rcu *filter_chain;391 struct list_head list;392 struct tcf_block *block;393 u32 index; /* chain index */394 unsigned int refcnt;395 unsigned int action_refcnt;396 bool explicitly_created;397 bool flushing;[all …]