Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h534 #define ITPF_I_TUNNEL 0x10 /* Negotiate tunnel-mode (on inactive) */ macro
549 (((itp)->itp_policy == (iph)) ? ITPF_P_TUNNEL : ITPF_I_TUNNEL))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1085 ITPF_I_TUNNEL; in spdsock_addrule()
2010 itp->itp_flags & ITPF_I_TUNNEL; in spdsock_dump_next_record()
2955 (active ? ITPF_P_TUNNEL : ITPF_I_TUNNEL); in get_appropriate_polhead()