Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
433 struct tcf_chain { struct435 struct mutex filter_chain_lock;436 struct tcf_proto __rcu *filter_chain;437 struct list_head list;438 struct tcf_block *block;439 u32 index; /* chain index */440 unsigned int refcnt;441 unsigned int action_refcnt;442 bool explicitly_created;443 bool flushing;[all …]