Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
454 struct tcf_chain { struct456 struct mutex filter_chain_lock;457 struct tcf_proto __rcu *filter_chain;458 struct list_head list;459 struct tcf_block *block;460 u32 index; /* chain index */461 unsigned int refcnt;462 unsigned int action_refcnt;463 bool explicitly_created;464 bool flushing;[all …]
Completed in 9 milliseconds