Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
469 struct tcf_chain { struct471 struct mutex filter_chain_lock;472 struct tcf_proto __rcu *filter_chain;473 struct list_head list;474 struct tcf_block *block;475 u32 index; /* chain index */476 unsigned int refcnt;477 unsigned int action_refcnt;478 bool explicitly_created;479 bool flushing;[all …]