Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dtun.c98 #define TUN_VNET_LE 0x80000000 macro
351 return tun->flags & TUN_VNET_LE || in tun_is_little_endian()
3322 le = !!(tun->flags & TUN_VNET_LE); in __tun_chr_ioctl()
3333 tun->flags |= TUN_VNET_LE; in __tun_chr_ioctl()
3335 tun->flags &= ~TUN_VNET_LE; in __tun_chr_ioctl()