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

/freebsd-9.3-release/sys/net/
H A Dif_tun.c101 #define TUNDEBUG if (tundebug) if_printf
106 * the exception of tundebug, which is used unlocked, and tunclones,
111 static int tundebug = 0; variable
115 SYSCTL_INT(_debug, OID_AUTO, if_tun_debug, CTLFLAG_RW, &tundebug, 0, "");
703 tundebug = *(int *)data;
706 *(int *)data = tundebug;

Completed in 102 milliseconds