Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dipsec_impl.h543 #define ITP_P_ISTUNNEL(itp, iph) ((itp)->itp_flags & \ macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dspdsock.c1070 if ((tunnel_mode && !ITP_P_ISTUNNEL(itp, iph)) || in spdsock_addrule()
1071 (!tunnel_mode && ITP_P_ISTUNNEL(itp, iph))) { in spdsock_addrule()