Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtun.c97 #define TUN_VNET_BE 0x40000000 macro
302 return tun->flags & TUN_VNET_BE ? false : in tun_legacy_is_little_endian()
308 int be = !!(tun->flags & TUN_VNET_BE); in tun_get_vnet_be()
324 tun->flags |= TUN_VNET_BE; in tun_set_vnet_be()
326 tun->flags &= ~TUN_VNET_BE; in tun_set_vnet_be()