Lines Matching defs:tcf_chain
469 struct tcf_chain { struct
471 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;
480 const struct tcf_proto_ops *tmplt_ops;
481 void *tmplt_priv;
482 struct rcu_head rcu;