Lines Matching defs:tcf_chain
442 struct tcf_chain { struct
444 struct mutex filter_chain_lock;
445 struct tcf_proto __rcu *filter_chain;
446 struct list_head list;
447 struct tcf_block *block;
448 u32 index; /* chain index */
449 unsigned int refcnt;
450 unsigned int action_refcnt;
451 bool explicitly_created;
452 bool flushing;
453 const struct tcf_proto_ops *tmplt_ops;
454 void *tmplt_priv;
478 struct tcf_chain *chain; argument