Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h527 #define ITPF_P_TUNNEL 0x2 /* Negotiate tunnel-mode */ macro
549 (((itp)->itp_policy == (iph)) ? ITPF_P_TUNNEL : ITPF_I_TUNNEL))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1084 itp->itp_flags |= active ? ITPF_P_TUNNEL : in spdsock_addrule()
2006 itp->itp_flags & ITPF_P_TUNNEL; in spdsock_dump_next_record()
2955 (active ? ITPF_P_TUNNEL : ITPF_I_TUNNEL); in get_appropriate_polhead()
H A Dsadb.c6838 (itp->itp_flags & (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) !=
6839 (ITPF_P_ACTIVE | ITPF_P_TUNNEL)) {
6869 } else if (itp->itp_flags & ITPF_P_TUNNEL) {
7130 (itp != NULL && (itp->itp_flags & ITPF_P_TUNNEL)), NULL,
H A Dspd.c5421 if (!(itp->itp_flags & ITPF_P_TUNNEL)) { in ipsec_tun_outbound()
5842 if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) { in ipsec_tun_inbound()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1010 if (itp->itp_flags & ITPF_P_TUNNEL) { in iptun_set_sec_simple()