Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h157 #define IPTUN_DELETE_PENDING 0x0400 /* iptun_delete() is issuing upcalls */ macro
H A Diptun.c450 while (iptun->iptun_flags & IPTUN_DELETE_PENDING) in iptun_enter()
1529 iptun->iptun_flags |= IPTUN_DELETE_PENDING; in iptun_delete()
1563 iptun->iptun_flags &= ~IPTUN_DELETE_PENDING; in iptun_delete()