Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_tun.h27 #define TUN_TUN_DEV IFF_TUN
66 #define IFF_TUN 0x0001 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_tun.h27 #define TUN_TUN_DEV IFF_TUN
64 #define IFF_TUN 0x0001 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_tun.h27 #define TUN_TUN_DEV IFF_TUN
64 #define IFF_TUN 0x0001 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tun.h27 #define TUN_TUN_DEV IFF_TUN
66 #define IFF_TUN 0x0001 macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtuntap.rst103 /* Flags: IFF_TUN - TUN device (no Ethernet headers)
108 ifr.ifr_flags = IFF_TUN;
157 /* Flags: IFF_TUN - TUN device (no Ethernet headers)
H A Dphonet.rst70 requires IFF_TUN mode, _without_ the IFF_NO_PI flag. In this case,
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c1397 case IFF_TUN: in tun_net_initialize()
1899 case IFF_TUN: in tun_get_user()
2690 return tun->flags & (TUN_FEATURES | IFF_PERSIST | IFF_TUN | IFF_TAP); in tun_flags()
2758 if ((ifr->ifr_flags & IFF_TUN) && dev->netdev_ops == &tun_netdev_ops) in tun_set_iff()
2807 if (ifr->ifr_flags & IFF_TUN) { in tun_set_iff()
2809 flags |= IFF_TUN; in tun_set_iff()
3089 return put_user(IFF_TUN | IFF_TAP | TUN_FEATURES, in __tun_chr_ioctl()
3569 case IFF_TUN: in tun_get_drvinfo()