Searched refs:tun_debug (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/ |
D | tun.c | 80 #define tun_debug(level, tun, fmt, args...) \ macro 91 #define tun_debug(level, tun, fmt, args...) \ macro 384 tun_debug(KERN_INFO, tun, "tun_net_xmit %d\n", skb->len); in tun_net_xmit() 558 tun_debug(KERN_INFO, tun, "tun_chr_poll\n"); in tun_chr_poll() 750 tun_debug(KERN_INFO, tun, "tun_chr_write %ld\n", count); in tun_chr_aio_write() 848 tun_debug(KERN_INFO, tun, "tun_chr_read\n"); in tun_do_read() 1166 tun_debug(KERN_INFO, tun, "tun_set_iff\n"); in tun_set_iff() 1203 tun_debug(KERN_INFO, tun, "tun_get_iff\n"); in tun_get_iff() 1298 tun_debug(KERN_INFO, tun, "tun_chr_ioctl cmd %d\n", cmd); in __tun_chr_ioctl() 1315 tun_debug(KERN_INFO, tun, "ignored: set checksum %s\n", in __tun_chr_ioctl() [all …]
|