Lines Matching refs:have_state
3825 ipfw_insn *have_state = NULL; /* any state-related option */ in compile_rule() local
3892 have_state = action; in compile_rule()
4342 if (have_state) { /* must be a check-state, we are done */ in compile_rule()
4830 if (have_state) in compile_rule()
4843 have_state = cmd; in compile_rule()
4857 if (have_state) in compile_rule()
4860 have_state = cmd; in compile_rule()
5084 if (!have_state && have_skipcmd) in compile_rule()
5110 if (have_state && have_state->opcode != O_CHECK_STATE && !have_rstate) { in compile_rule()
5111 fill_cmd(dst, O_PROBE_STATE, 0, have_state->arg1); in compile_rule()
5140 if (have_state && have_state->opcode != O_CHECK_STATE) { in compile_rule()
5141 i = F_LEN(have_state); in compile_rule()
5143 bcopy(have_state, dst, i * sizeof(uint32_t)); in compile_rule()