Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_ctl.c108 iptun_ioc_init(void) in iptun_ioc_init() function
H A Diptun_impl.h180 extern int iptun_ioc_init(void);
H A Diptun_dev.c178 if (ddi_get_instance(dip) != 0 || iptun_ioc_init() != 0) in iptun_attach()