Searched defs:iptun_enter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c51 * in iptun_enter() (called by iptun_enter_by_linkid()), and exited in
159 static int iptun_enter(iptun_t *);
226 if ((err = iptun_enter(iptun)) == 0) {
239 if (iptun_enter(iptun) == 0) {
278 if ((err = iptun_enter(iptun)) == 0) {
332 if ((err = iptun_enter(iptun)) != 0)
387 if ((err = iptun_enter(iptun)) != 0)
444 * don't allow iptun_enter() to succeed on a tunnel if it's in the process of
448 iptun_enter(iptun_t *iptun) function
461 * Exit the tunnel entered in iptun_enter()
[all...]

Completed in 63 milliseconds