Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-linux.h34 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
H A Dtap-linux.c323 if (ioctl(fd, TUNSETSTEERINGEBPF, (void *) &prog_fd) != 0) { in tap_fd_set_steering_ebpf()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h60 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h60 #define TUNSETSTEERINGEBPF _IOR('T', 224, int) macro
/openbmc/qemu/linux-user/
H A Dioctls.h749 #ifdef TUNSETSTEERINGEBPF
750 IOCTL(TUNSETSTEERINGEBPF, IOC_W, MK_PTR(TYPE_INT))
/openbmc/linux/drivers/net/
H A Dtun.c3377 case TUNSETSTEERINGEBPF: in __tun_chr_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1147 +pub const TUNSETSTEERINGEBPF: u32 = 2147767520;