Searched refs:xsk_socket__create (Results 1 – 5 of 5) sorted by relevance
151 xsk_socket__create;
231 LIBBPF_API int xsk_socket__create(struct xsk_socket **xsk,
867 int xsk_socket__create(struct xsk_socket **xsk_ptr, const char *ifname, in xsk_socket__create() function
317 xsk_socket__create calls and load your own XDP program as there is no343 second and following ones and use xsk_socket__create() for the first411 xsk_socket__create function.568 bind call or the xsk_socket__create libbpf function call, you
865 ret = xsk_socket__create(&xsk->xsk, opt_if, opt_queue, umem->umem, in xsk_configure_socket()