Searched refs:new_if (Results 1 – 2 of 2) sorted by relevance
108 ir_if *new_if = new(mem_ctx) ir_if(this->condition->clone(mem_ctx, ht)); in clone() local112 new_if->then_instructions.push_tail(ir->clone(mem_ctx, ht)); in clone()117 new_if->else_instructions.push_tail(ir->clone(mem_ctx, ht)); in clone()120 return new_if; in clone()
506 int (*new_if)(struct wan_device *wandev, struct net_device *dev, member