Searched refs:xsk_socket__create (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xsk.h | 218 int xsk_socket__create(struct xsk_socket **xsk,
|
A D | xdp_hw_metadata.c | 87 ret = xsk_socket__create(&xsk->socket, ifindex, queue_id, in open_xsk()
|
A D | xsk.c | 572 int xsk_socket__create(struct xsk_socket **xsk_ptr, int ifindex, in xsk_socket__create() function
|
A D | xskxceiver.c | 331 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 D | xdp_metadata.c | 83 ret = xsk_socket__create(&xsk->socket, ifindex, QUEUE_ID, in open_xsk()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | af_xdp.rst | 317 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