Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_xdp.h16 #define XDP_SHARED_UMEM (1 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_xdp.h16 #define XDP_SHARED_UMEM (1 << 0) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_xdp.h16 #define XDP_SHARED_UMEM (1 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_xdp.h16 #define XDP_SHARED_UMEM (1 << 0) macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Daf_xdp.rst59 corresponding two rings, sets the XDP_SHARED_UMEM flag in the bind
117 the next socket B can do this by setting the XDP_SHARED_UMEM flag in
258 XDP_SHARED_UMEM bind flag
276 XDP_SHARED_UMEM option and provide the initial socket's fd in the
328 XDP_SHARED_UMEM option and provide the initial socket's fd in the
402 socket. But if the XDP_SHARED_UMEM flag is used, any socket after the
407 time. See the XDP_SHARED_UMEM section.
616 XDP_SHARED_UMEM flag.
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c679 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
703 if (flags & XDP_SHARED_UMEM) { in xsk_bind()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.c840 sxdp.sxdp_flags |= XDP_SHARED_UMEM; in xsk_socket__create_shared()