D | tun.c | 83 #define tun_debug(level, tun, fmt, args...) \ argument 85 if (tun->debug) \ 86 netdev_printk(level, tun->dev, fmt, ##args); \ 94 #define tun_debug(level, tun, fmt, args...) \ argument 97 netdev_printk(level, tun->dev, fmt, ##args); \ 149 struct tun_struct __rcu *tun; member 164 struct tun_struct *tun; member 210 static inline bool tun_legacy_is_little_endian(struct tun_struct *tun) in tun_legacy_is_little_endian() argument 212 return tun->flags & TUN_VNET_BE ? false : in tun_legacy_is_little_endian() 216 static long tun_get_vnet_be(struct tun_struct *tun, int __user *argp) in tun_get_vnet_be() argument [all …]
|