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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h522 #define ITPF_P_TUNNEL 0x2 /* Negotiate tunnel-mode */ macro
544 (((itp)->itp_policy == (iph)) ? ITPF_P_TUNNEL : ITPF_I_TUNNEL))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1081 itp->itp_flags |= active ? ITPF_P_TUNNEL :
2003 itp->itp_flags & ITPF_P_TUNNEL;
2948 (active ? ITPF_P_TUNNEL : ITPF_I_TUNNEL);
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)) {
6608 } else if (itp->itp_flags & ITPF_P_TUNNEL) {
6864 (itp != NULL && (itp->itp_flags & ITPF_P_TUNNEL)),
H A Dspd.c5382 /* ASSERT(itp->itp_flags & ITPF_P_TUNNEL); */
5413 if (!(itp->itp_flags & ITPF_P_TUNNEL)) {
5834 if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1010 if (itp->itp_flags & ITPF_P_TUNNEL) {

Completed in 111 milliseconds