ITPF_P_ACTIVE
(itp->itp_flags & (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) !=
(ITPF_P_ACTIVE | ITPF_P_TUNNEL)) {
if ((itp == NULL) || !(itp->itp_flags & ITPF_P_ACTIVE)) {
ASSERT(itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE));
if (itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE)) {
itp->itp_flags = active ? ITPF_P_ACTIVE : ITPF_I_ACTIVE;
(((itp)->itp_policy == (iph)) ? ITPF_P_ACTIVE : ITPF_I_ACTIVE))
old_policy = ((itp->itp_flags & ITPF_P_ACTIVE) != 0);
itp->itp_flags = ITPF_P_ACTIVE;
if (iptun->iptun_itp->itp_flags & ITPF_P_ACTIVE) {
if (itp == NULL || !(itp->itp_flags & ITPF_P_ACTIVE)) {
if (itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE)) {