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