Searched defs:iptun_enter_by_linkid (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
473 iptun_enter_by_linkid(datalink_id_t linkid, iptun_t **iptun) function
535 if (iptun_enter_by_linkid(linkid, &iptun) != 0)
1396 if (iptun_enter_by_linkid(ik->iptun_kparam_linkid, &iptun) == 0) {
1511 if ((err = iptun_enter_by_linkid(linkid, &iptun)) != 0)
1574 * are doing so from iptun_enter_by_linkid() (mac_disable() got rid of
1592 if ((err = iptun_enter_by_linkid(ik->iptun_kparam_linkid, &iptun)) != 0)
1653 if ((err = iptun_enter_by_linkid(ik->iptun_kparam_linkid, &iptun)) != 0)
1712 if (iptun_enter_by_linkid(linkid, &iptun) != 0)

Completed in 67 milliseconds