Home
last modified time | relevance | path

Searched refs:TUNSETIFF (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h24 #define TUNSETIFF _IOW('T', 202, int) macro
H A Dtap-linux.c103 ret = ioctl(fd, TUNSETIFF, (void *) &ifr); in tap_open()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h34 #define TUNSETIFF _IOW('T', 202, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h34 #define TUNSETIFF _IOW('T', 202, int) macro
/openbmc/linux/Documentation/networking/
H A Dtuntap.rst112 if( (err = ioctl(fd, TUNSETIFF, (void *) &ifr)) < 0 ){
135 queues, TUNSETIFF with the same device name must be called many times with
169 err = ioctl(fd, TUNSETIFF, (void *)&ifr);
187 enabled by default after it was created through TUNSETIFF.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h54 err = ioctl(fd, TUNSETIFF, &ifr); in open_tuntap()
H A Dflow_dissector.c463 ret = ioctl(fd, TUNSETIFF, &ifr); in create_tap()
H A Dtc_redirect.c1037 err = ioctl(fd, TUNSETIFF, &ifr); in tun_open()
/openbmc/linux/tools/testing/selftests/net/
H A Dtun.c57 err = ioctl(fd, TUNSETIFF, (void *) &ifr); in tun_alloc()
H A Dtap.c216 if (ioctl(fd, TUNSETIFF, &ifr, sizeof(ifr)) < 0) in opentap()
/openbmc/linux/arch/um/os-Linux/drivers/
H A Dtuntap_user.c150 if (ioctl(pri->fd, TUNSETIFF, &ifr) < 0) { in tuntap_open()
/openbmc/qemu/
H A Dqemu-bridge-helper.c354 if (ioctl(fd, TUNSETIFF, &ifr) == -1) { in main()
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c175 err = simc_ioctl(fd, TUNSETIFF, &ifr); in tuntap_open()
/openbmc/linux/arch/um/drivers/
H A Dvector_user.c146 err = ioctl(fd, TUNSETIFF, (void *) &ifr); in create_tap_fd()
/openbmc/linux/drivers/net/
H A Dtun.c3099 if (cmd == TUNSETIFF || cmd == TUNSETQUEUE || in __tun_chr_ioctl()
3124 if (cmd == TUNSETIFF) { in __tun_chr_ioctl()
3426 case TUNSETIFF: in tun_chr_compat_ioctl()
H A Dtap.c1023 case TUNSETIFF: in tap_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h715 IOCTL(TUNSETIFF, IOC_RW, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch732 +pub const TUNSETIFF: u32 = 1074025674;