Home
last modified time | relevance | path

Searched refs:xsk_socket__create (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map151 xsk_socket__create;
Dxsk.h231 LIBBPF_API int xsk_socket__create(struct xsk_socket **xsk,
Dxsk.c867 int xsk_socket__create(struct xsk_socket **xsk_ptr, const char *ifname, in xsk_socket__create() function
/Linux-v5.10/Documentation/networking/
Daf_xdp.rst317 xsk_socket__create calls and load your own XDP program as there is no
343 second and following ones and use xsk_socket__create() for the first
411 xsk_socket__create function.
568 bind call or the xsk_socket__create libbpf function call, you
/Linux-v5.10/samples/bpf/
Dxdpsock_user.c865 ret = xsk_socket__create(&xsk->xsk, opt_if, opt_queue, umem->umem, in xsk_configure_socket()