Home
last modified time | relevance | path

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

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