Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/
Dtun.c96 #define TUN_VNET_LE 0x80000000 macro
349 return tun->flags & TUN_VNET_LE || in tun_is_little_endian()
3282 le = !!(tun->flags & TUN_VNET_LE); in __tun_chr_ioctl()
3293 tun->flags |= TUN_VNET_LE; in __tun_chr_ioctl()
3295 tun->flags &= ~TUN_VNET_LE; in __tun_chr_ioctl()