Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
395 struct tcf_chain { struct397 struct mutex filter_chain_lock;398 struct tcf_proto __rcu *filter_chain;399 struct list_head list;400 struct tcf_block *block;401 u32 index; /* chain index */402 unsigned int refcnt;403 unsigned int action_refcnt;404 bool explicitly_created;405 bool flushing;[all …]