Searched refs:IPTUN_MAC_STARTED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h98 * IPTUN_MAC_STARTED) to drop packets if they're sent while the tunnel is
151 #define IPTUN_MAC_STARTED 0x0010 /* iptun_m_start() has been called */ macro
161 ((iptun->iptun_flags & (IPTUN_BOUND | IPTUN_MAC_STARTED)) == \
162 (IPTUN_BOUND | IPTUN_MAC_STARTED))
H A Diptun_dev.c255 IPTUN_MAC_STARTED|IPTUN_HASH_INSERTED|IPTUN_UPCALL_PENDING)));
H A Diptun.c227 iptun->iptun_flags |= IPTUN_MAC_STARTED;
240 iptun->iptun_flags &= ~IPTUN_MAC_STARTED;

Completed in 51 milliseconds