Home
last modified time | relevance | path

Searched refs:IXAF_IPSEC_TUNNEL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h613 (((ixa)->ixa_flags & IXAF_IPSEC_TUNNEL) ? \
617 (((ixa)->ixa_flags & IXAF_IPSEC_TUNNEL) ? \
H A Dip.h2240 #define IXAF_IPSEC_TUNNEL 0x00100000 /* Tunnel mode */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c103 boolean_t tunnel_mode = (ixa->ixa_flags & IXAF_IPSEC_TUNNEL); in ipsec_getassocbyconn()
H A Dspd.c5429 ixa->ixa_flags |= IXAF_IPSEC_TUNNEL; in ipsec_tun_outbound()
H A Dsadb.c5459 boolean_t tunnel_mode = (ixa->ixa_flags & IXAF_IPSEC_TUNNEL) != 0;
H A Dip.c12486 ixa->ixa_flags |= IXAF_IPSEC_TUNNEL; in ipsec_out_process()