Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c96 #define TUN_VNET_LE 0x80000000 macro
361 return tun->flags & TUN_VNET_LE || in tun_is_little_endian()
3290 le = !!(tun->flags & TUN_VNET_LE); in __tun_chr_ioctl()
3301 tun->flags |= TUN_VNET_LE; in __tun_chr_ioctl()
3303 tun->flags &= ~TUN_VNET_LE; in __tun_chr_ioctl()