Home
last modified time | relevance | path

Searched refs:IPTUN_UPCALL_PENDING (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h156 #define IPTUN_UPCALL_PENDING 0x0200 /* upcall to mac module in progress */ macro
H A Diptun_dev.c255 IPTUN_MAC_STARTED|IPTUN_HASH_INSERTED|IPTUN_UPCALL_PENDING))); in iptun_destructor()
H A Diptun.c537 iptun->iptun_flags |= IPTUN_UPCALL_PENDING; in iptun_task_cb()
584 iptun->iptun_flags &= ~IPTUN_UPCALL_PENDING; in iptun_task_cb()
1532 while (iptun->iptun_flags & IPTUN_UPCALL_PENDING) in iptun_delete()