Lines Matching defs:xsk
27 #include <bpf/xsk.h>
448 struct xsk_socket *xsk;
466 if (p->xsk)
467 xsk_socket__delete(p->xsk);
498 /* xsk socket. */
499 status = xsk_socket__create_shared(&p->xsk,
543 .fd = xsk_socket__fd(p->xsk),
570 .fd = xsk_socket__fd(p->xsk),
615 sendto(xsk_socket__fd(p->xsk), NULL, 0, MSG_DONTWAIT,
626 sendto(xsk_socket__fd(p->xsk), NULL, 0, MSG_DONTWAIT, NULL, 0);