Searched refs:tundclone (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_tun.c112 static int tundclone = 1; variable
120 SYSCTL_INT(_net_link_tun, OID_AUTO, devfs_cloning, CTLFLAG_RW, &tundclone, 0,
123 TUNABLE_INT("net.link.tun.devfs_cloning", &tundclone);
211 if (!tundclone || priv_check_cred(cred, PRIV_NET_IFCREATE, 0) != 0)

Completed in 44 milliseconds