Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxsk.h218 int xsk_socket__create(struct xsk_socket **xsk,
A Dxdp_hw_metadata.c87 ret = xsk_socket__create(&xsk->socket, ifindex, queue_id, in open_xsk()
A Dxsk.c572 int xsk_socket__create(struct xsk_socket **xsk_ptr, int ifindex, in xsk_socket__create() function
A Dxskxceiver.c331 return xsk_socket__create(&xsk->xsk, ifobject->ifindex, 0, umem->umem, rxr, txr, &cfg); in __xsk_configure_socket()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dxdp_metadata.c83 ret = xsk_socket__create(&xsk->socket, ifindex, QUEUE_ID, in open_xsk()
/linux-6.3-rc2/Documentation/networking/
A 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

Completed in 16 milliseconds