Home
last modified time | relevance | path

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

/drivers/net/
A Dtun_vnet.h6 #define TUN_VNET_LE 0x80000000 macro
52 return flags & TUN_VNET_LE || tun_vnet_legacy_is_little_endian(flags); in tun_vnet_is_little_endian()
87 s = !!(*flags & TUN_VNET_LE); in tun_vnet_ioctl()
96 *flags |= TUN_VNET_LE; in tun_vnet_ioctl()
98 *flags &= ~TUN_VNET_LE; in tun_vnet_ioctl()

Completed in 3 milliseconds