Lines Matching defs:tcf_chain
428 struct tcf_chain { struct
430 struct mutex filter_chain_lock;
431 struct tcf_proto __rcu *filter_chain;
432 struct list_head list;
433 struct tcf_block *block;
434 u32 index; /* chain index */
435 unsigned int refcnt;
436 unsigned int action_refcnt;
437 bool explicitly_created;
438 bool flushing;
439 const struct tcf_proto_ops *tmplt_ops;
463 struct tcf_chain *chain; argument