Home
last modified time | relevance | path

Searched refs:IFF_NO_PI (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h40 #define IFF_NO_PI 0x1000 macro
H A Dtap-linux.c54 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in tap_open()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h70 #define IFF_NO_PI 0x1000 macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h72 #define IFF_NO_PI 0x1000 macro
/openbmc/linux/Documentation/networking/
H A Dtuntap.rst106 * IFF_NO_PI - Do not provide packet information
123 If flag IFF_NO_PI is not set each frame format is::
160 * IFF_NO_PI - Do not provide packet information
163 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_MULTI_QUEUE;
H A Dphonet.rst70 requires IFF_TUN mode, _without_ the IFF_NO_PI flag. In this case,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h51 ifr.ifr_flags = IFF_NO_PI | (need_mac ? IFF_TAP : IFF_TUN); in open_tuntap()
H A Dflow_dissector.c453 .ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS, in create_tap()
H A Dtc_redirect.c1033 ifr.ifr_flags = IFF_TUN | IFF_NO_PI; in tun_open()
/openbmc/linux/arch/um/os-Linux/drivers/
H A Dtuntap_user.c148 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in tuntap_open()
/openbmc/qemu/
H A Dqemu-bridge-helper.c349 ifr.ifr_flags = IFF_TAP|IFF_NO_PI; in main()
/openbmc/linux/drivers/net/
H A Dtap.c541 q->flags = IFF_VNET_HDR | IFF_NO_PI | IFF_TAP; in tap_open()
1029 if ((u & ~TAP_IFFEATURES) != (IFF_NO_PI | IFF_TAP)) in tap_ioctl()
1062 if (put_user(IFF_TAP | IFF_NO_PI | TAP_IFFEATURES, up)) in tap_ioctl()
H A Dtun.c99 #define TUN_FEATURES (IFF_NO_PI | IFF_ONE_QUEUE | IFF_VNET_HDR | \
1768 if (!(tun->flags & IFF_NO_PI)) { in tun_get_user()
1881 if (tun->flags & IFF_NO_PI) { in tun_get_user()
2111 if (!(tun->flags & IFF_NO_PI)) { in tun_put_user()
2387 if (nla_put_u8(skb, IFLA_TUN_PI, !(tun->flags & IFF_NO_PI))) in tun_fill_info()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c215 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | IFF_MULTI_QUEUE; in opentap()
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c172 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in tuntap_open()
/openbmc/linux/arch/um/drivers/
H A Dvector_user.c143 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in create_tap_fd()