Searched defs:old_policy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c963 boolean_t clear_all, old_policy = B_FALSE; local
1015 old_policy = ((itp->itp_flags & ITPF_P_ACTIVE) != 0);
1017 if (old_policy) {
1036 old_policy = B_FALSE; /* Clear out the inactive one too. */
1047 old_policy = B_FALSE; /* Blank out inactive - we succeeded */
1054 if (old_policy) {

Completed in 106 milliseconds