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