Lines Matching defs:tcf_chain
433 struct tcf_chain { struct
435 struct mutex filter_chain_lock;
436 struct tcf_proto __rcu *filter_chain;
437 struct list_head list;
438 struct tcf_block *block;
439 u32 index; /* chain index */
440 unsigned int refcnt;
441 unsigned int action_refcnt;
442 bool explicitly_created;
443 bool flushing;
444 const struct tcf_proto_ops *tmplt_ops;
468 struct tcf_chain *chain; argument