Searched refs:TUNSETSTEERINGEBPF (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-linux.h | 34 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
|
H A D | tap-linux.c | 323 if (ioctl(fd, TUNSETSTEERINGEBPF, (void *) &prog_fd) != 0) { in tap_fd_set_steering_ebpf()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_tun.h | 60 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_tun.h | 60 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 749 #ifdef TUNSETSTEERINGEBPF 750 IOCTL(TUNSETSTEERINGEBPF, IOC_W, MK_PTR(TYPE_INT))
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 3377 case TUNSETSTEERINGEBPF: in __tun_chr_ioctl()
|