Home
last modified time | relevance | path

Searched refs:ITPF_I_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Dipsec_impl.h528 #define ITPF_I_ACTIVE 0x8 /* Is the inactive using IPsec right now? */ macro
541 (((itp)->itp_policy == (iph)) ? ITPF_P_ACTIVE : ITPF_I_ACTIVE))
/titanic_50/usr/src/uts/common/inet/ip/
H A Dspdsock.c1079 itp->itp_flags = active ? ITPF_P_ACTIVE : ITPF_I_ACTIVE; in spdsock_addrule()