Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c151 #define TUNDEBUG if (tundebug) if_printf
183 static int tundebug = 0; variable
190 SYSCTL_INT(_debug, OID_AUTO, if_tun_debug, CTLFLAG_RW, &tundebug, 0, "");
211 SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tundebug, 0, "");
1619 tundebug = *(int *)data; in tunioctl()
1622 *(int *)data = tundebug; in tunioctl()