Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dif_tun.h70 #define IFF_NO_PI 0x1000 macro
/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,
/linux/include/uapi/linux/
H A Dif_tun.h72 #define IFF_NO_PI 0x1000 macro
/linux/drivers/net/
H A Dtap.c476 q->flags = IFF_VNET_HDR | IFF_NO_PI | IFF_TAP; in tap_open()
937 if ((u & ~TAP_IFFEATURES) != (IFF_NO_PI | IFF_TAP)) in tap_ioctl()
970 if (put_user(IFF_TAP | IFF_NO_PI | TAP_IFFEATURES, up)) in tap_ioctl()
H A Dtun.c100 #define TUN_FEATURES (IFF_NO_PI | IFF_ONE_QUEUE | IFF_VNET_HDR | \
1724 if (!(tun->flags & IFF_NO_PI)) { in tun_get_user()
1824 if (tun->flags & IFF_NO_PI) { in tun_get_user()
2055 if (!(tun->flags & IFF_NO_PI)) { in tun_put_user()
2320 if (nla_put_u8(skb, IFLA_TUN_PI, !(tun->flags & IFF_NO_PI))) in tun_fill_info()
/linux/tools/testing/selftests/net/
H A Dtap.c209 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | IFF_MULTI_QUEUE; in opentap()
H A Dtun.c736 IFF_MULTI_QUEUE | IFF_NO_PI; in FIXTURE_SETUP()
/linux/tools/virtio/
H A Dvhost_net_test.c74 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in tun_alloc()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c569 .ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS, in create_tap()
H A Dtc_redirect.c1096 ifr.ifr_flags = IFF_TUN | IFF_NO_PI; in tun_open()
/linux/arch/um/drivers/
H A Dvector_user.c146 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in create_tap_fd()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c583 ifr.ifr_flags = IFF_NO_PI | (need_mac ? IFF_TAP : IFF_TUN); in open_tuntap()