Lines Matching refs:scratch
184 ctx->scratch->int1 = ip_forwarding ? 1 : 2; in op_ip()
185 ctx->scratch->int2 = value->v.integer; in op_ip()
189 ctx->scratch->int1 = old ? 1 : 2; in op_ip()
193 ctx->scratch->int1 = old; in op_ip()
199 ctx->scratch->int1 = ip_defttl; in op_ip()
200 ctx->scratch->int2 = value->v.integer; in op_ip()
206 ctx->scratch->int1 = old; in op_ip()
215 if (ctx->scratch->int1 == 1) { in op_ip()
216 if (ctx->scratch->int2 == 2) in op_ip()
219 if (ctx->scratch->int2 == 1) in op_ip()
225 if (ctx->scratch->int1 != ctx->scratch->int2) in op_ip()
226 (void)ip_setttl(ctx->scratch->int1, NULL); in op_ip()