Lines Matching refs:have_state
2880 ipfw_insn *have_state = NULL; /* check-state or keep-state */ in ipfw_add() local
2944 have_state = action; in ipfw_add()
3287 if (have_state) /* must be a check-state, we are done */ in ipfw_add()
3726 if (have_state) in ipfw_add()
3729 have_state = cmd; in ipfw_add()
3740 if (have_state) in ipfw_add()
3743 have_state = cmd; in ipfw_add()
3959 if (have_state && have_state->opcode != O_CHECK_STATE) { in ipfw_add()
3985 if (have_state && have_state->opcode != O_CHECK_STATE) { in ipfw_add()
3986 i = F_LEN(have_state); in ipfw_add()
3988 bcopy(have_state, dst, i * sizeof(uint32_t)); in ipfw_add()