Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dtun_vnet.h7 #define TUN_VNET_BE 0x40000000 macro
12 (flags & TUN_VNET_BE); in tun_vnet_legacy_is_little_endian()
19 int be = !!(flags & TUN_VNET_BE); in tun_get_vnet_be()
41 *flags |= TUN_VNET_BE; in tun_set_vnet_be()
43 *flags &= ~TUN_VNET_BE; in tun_set_vnet_be()