kernel/include/uapi/linux/if_tun.h
.. .. @@ -59,6 +59,8 @@ 59 59 #define TUNGETVNETBE _IOR('T', 223, int) 60 60 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) 61 61 #define TUNSETFILTEREBPF _IOR('T', 225, int) 62 +#define TUNSETCARRIER _IOW('T', 226, int)63 +#define TUNGETDEVNETNS _IO('T', 227)62 64 63 65 /* TUNSETIFF ifr flags */ 64 66 #define IFF_TUN 0x0001