Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h548 #define ITP_P_ISTUNNEL(itp, iph) ((itp)->itp_flags & \ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1073 if ((tunnel_mode && !ITP_P_ISTUNNEL(itp, iph)) || in spdsock_addrule()
1074 (!tunnel_mode && ITP_P_ISTUNNEL(itp, iph))) { in spdsock_addrule()