Searched refs:XDP_SHARED_UMEM (Results 1 – 6 of 6) sorted by relevance
16 #define XDP_SHARED_UMEM (1 << 0) macro
59 corresponding two rings, sets the XDP_SHARED_UMEM flag in the bind117 the next socket B can do this by setting the XDP_SHARED_UMEM flag in258 XDP_SHARED_UMEM bind flag276 XDP_SHARED_UMEM option and provide the initial socket's fd in the328 XDP_SHARED_UMEM option and provide the initial socket's fd in the402 socket. But if the XDP_SHARED_UMEM flag is used, any socket after the407 time. See the XDP_SHARED_UMEM section.834 XDP_SHARED_UMEM flag.
671 sxdp.sxdp_flags |= XDP_SHARED_UMEM; in xsk_socket__create_shared()
257 cfg.bind_flags |= XDP_SHARED_UMEM; in __xsk_configure_socket()
1098 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()1126 if (flags & XDP_SHARED_UMEM) { in xsk_bind()