Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
437 struct tcf_chain { struct439 struct mutex filter_chain_lock;440 struct tcf_proto __rcu *filter_chain;441 struct list_head list;442 struct tcf_block *block;443 u32 index; /* chain index */444 unsigned int refcnt;445 unsigned int action_refcnt;446 bool explicitly_created;447 bool flushing;[all …]
Completed in 8 milliseconds