Searched refs:ITPF_P_ACTIVE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h521 #define ITPF_P_ACTIVE 0x1 /* Are we using IPsec right now? */ macro
541 (((itp)->itp_policy == (iph)) ? ITPF_P_ACTIVE : ITPF_I_ACTIVE))
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1015 old_policy = ((itp->itp_flags & ITPF_P_ACTIVE) != 0);
1045 itp->itp_flags = ITPF_P_ACTIVE;
1676 if (iptun->iptun_itp->itp_flags & ITPF_P_ACTIVE) {
1885 if (itp == NULL || !(itp->itp_flags & ITPF_P_ACTIVE)) {
3388 if (itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE)) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c6555 * - check ITPF_P_TUNNEL and ITPF_P_ACTIVE
6577 (itp->itp_flags & (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) !=
6578 (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) {
6601 if ((itp == NULL) || !(itp->itp_flags & ITPF_P_ACTIVE)) {
H A Dspd.c5207 ASSERT(itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE));
5578 if (itp != NULL && (itp->itp_flags & ITPF_P_ACTIVE)) {
H A Dspdsock.c1079 itp->itp_flags = active ? ITPF_P_ACTIVE : ITPF_I_ACTIVE;

Completed in 98 milliseconds