Searched defs:SEL_TUNNEL_MODE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c90 #define SEL_TUNNEL_MODE 0x0004 macro
2680 * Only returned if SEL_TUNNEL_MODE and SEL_PORT_POLICY
2702 boolean_t tunnel_mode = (sel_flags & SEL_TUNNEL_MODE);
5594 * SEL_TUNNEL_MODE flag so ipsec_init_inbound_sel() can
5598 (is_icmp ? SEL_IS_ICMP : SEL_NONE) | SEL_TUNNEL_MODE);
5706 * Use SEL_TUNNEL_MODE to take into account the outer
5711 SEL_TUNNEL_MODE | SEL_POST_FRAG);

Completed in 77 milliseconds