Lines Matching refs:application
21 application.
43 fill ring is used by the application to send down addr for the kernel
72 user-space application can place an XSK at an arbitrary place in this
118 user-space application.
125 application need explicit synchronization of multiple
156 The user application produces UMEM addrs to this ring. Note that the
172 The user application consumes UMEM addrs from this ring.
185 The user application consumes struct xdp_desc descriptors from this
197 The user application produces struct xdp_desc descriptors to this
207 The user application inserts the socket into the map, via the bpf()
215 application (samples/bpf/) in for an example.
221 user-space application and the XDP program. For a complete setup and
222 usage example, please refer to the sample application. The user-space
275 For a more optimized version, please refer to the sample application.
277 Sample application
280 There is a xdpsock benchmarking/test application included that