Lines Matching defs:tcf_chain
445 struct tcf_chain { struct
447 struct mutex filter_chain_lock;
448 struct tcf_proto __rcu *filter_chain;
449 struct list_head list;
450 struct tcf_block *block;
451 u32 index; /* chain index */
452 unsigned int refcnt;
453 unsigned int action_refcnt;
454 bool explicitly_created;
455 bool flushing;
456 const struct tcf_proto_ops *tmplt_ops;
457 void *tmplt_priv;
458 struct rcu_head rcu;