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