Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/uapi/linux/
Dif_tun.h70 #define IFF_NO_PI 0x1000 macro
/linux-6.6.21/include/uapi/linux/
Dif_tun.h72 #define IFF_NO_PI 0x1000 macro
/linux-6.6.21/Documentation/networking/
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;
Dphonet.rst70 requires IFF_TUN mode, _without_ the IFF_NO_PI flag. In this case,
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dlwt_helpers.h51 ifr.ifr_flags = IFF_NO_PI | (need_mac ? IFF_TAP : IFF_TUN); in open_tuntap()
Dflow_dissector.c453 .ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS, in create_tap()
Dtc_redirect.c940 ifr.ifr_flags = IFF_TUN | IFF_NO_PI; in tun_open()
/linux-6.6.21/arch/um/os-Linux/drivers/
Dtuntap_user.c148 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in tuntap_open()
/linux-6.6.21/drivers/net/
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()
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()
2385 if (nla_put_u8(skb, IFLA_TUN_PI, !(tun->flags & IFF_NO_PI))) in tun_fill_info()
/linux-6.6.21/tools/testing/selftests/net/
Dtap.c215 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | IFF_MULTI_QUEUE; in opentap()
/linux-6.6.21/arch/xtensa/platforms/iss/
Dnetwork.c172 ifr.ifr_flags = IFF_TAP | IFF_NO_PI; in tuntap_open()
/linux-6.6.21/arch/um/drivers/
Dvector_user.c143 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in create_tap_fd()