Searched refs:xsk_socket__create (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ |
| D | libbpf.map | 151 xsk_socket__create;
|
| D | xsk.h | 298 LIBBPF_API int xsk_socket__create(struct xsk_socket **xsk,
|
| D | xsk.c | 1198 int xsk_socket__create(struct xsk_socket **xsk_ptr, const char *ifname, in xsk_socket__create() function
|
| /Linux-v5.15/Documentation/networking/ |
| 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
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | xdpxceiver.c | 304 ret = xsk_socket__create(&xsk->xsk, ifobject->ifname, idx, in xsk_configure_socket()
|
| /Linux-v5.15/samples/bpf/ |
| D | xdpsock_user.c | 875 ret = xsk_socket__create(&xsk->xsk, opt_if, opt_queue, umem->umem, in xsk_configure_socket()
|