Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
12475 struct tcf_chain { struct12476 struct mutex filter_chain_lock;12477 struct tcf_proto *filter_chain;12478 struct list_head list;12479 struct tcf_block *block;12480 u32 index;12481 unsigned int refcnt;12482 unsigned int action_refcnt;12483 bool explicitly_created;12484 bool flushing;[all …]