Searched refs:TUNGETFEATURES (Results 1 – 4 of 4) sorted by relevance
13 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro
95 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in vhost_kernel_open_tap()
167 if (ioctl(tapfd, TUNGETFEATURES, &tap_features) == -1) { in tap_support_features()
161 if (ioctl(fd, TUNGETFEATURES, &features) < 0) { in tun_alloc()