Lines Matching defs:tcf_chain
395 struct tcf_chain { struct
397 struct mutex filter_chain_lock;
398 struct tcf_proto __rcu *filter_chain;
399 struct list_head list;
400 struct tcf_block *block;
401 u32 index; /* chain index */
402 unsigned int refcnt;
403 unsigned int action_refcnt;
404 bool explicitly_created;
405 bool flushing;
406 const struct tcf_proto_ops *tmplt_ops;
430 struct tcf_chain *chain; argument