Searched defs:tcf_chain (Results 1 – 1 of 1) sorted by relevance
26429 struct tcf_chain { struct26430 struct mutex filter_chain_lock;26431 struct tcf_proto *filter_chain;26432 struct list_head list;26433 struct tcf_block *block;26434 u32 index;26435 unsigned int refcnt;26436 unsigned int action_refcnt;26437 bool explicitly_created;26438 bool flushing;[all …]