Lines Matching defs:chain
98 struct tcf_chain *chain;
426 struct tcf_block *block = tp->chain->block;
442 struct tcf_block *block = tp->chain->block;
488 struct tcf_block *block = tp->chain->block;
2040 tp->chain->tmplt_priv, rtnl_held, extack);
2242 struct tcf_block *block = tp->chain->block;
2325 static int fl_hw_create_tmplt(struct tcf_chain *chain,
2329 struct tcf_block *block = chain->block;
2335 cls_flower.common.chain_index = chain->index;
2351 static void fl_hw_destroy_tmplt(struct tcf_chain *chain,
2355 struct tcf_block *block = chain->block;
2357 cls_flower.common.chain_index = chain->index;
2364 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain,
2388 tmplt->chain = chain;
2395 err = fl_hw_create_tmplt(chain, tmplt);
2413 fl_hw_destroy_tmplt(tmplt->chain, tmplt);