Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h92 #define IPCL_IPTUN 0x00000080 /* iptun module above us */ macro
126 ((connp)->conn_flags & IPCL_IPTUN)
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1227 connp->conn_flags |= IPCL_IPTUN; in iptun_conn_create()