Lines Matching refs:xsk_ctx
61 struct xsk_ctx { struct
78 struct xsk_ctx *ctx; argument
359 struct xsk_ctx *ctx = xsk->ctx; in xsk_load_xdp_prog()
443 struct xsk_ctx *ctx = xsk->ctx; in xsk_get_max_queues()
480 struct xsk_ctx *ctx = xsk->ctx; in xsk_create_bpf_maps()
500 struct xsk_ctx *ctx = xsk->ctx; in xsk_delete_bpf_maps()
511 struct xsk_ctx *ctx = xsk->ctx; in xsk_lookup_bpf_maps()
566 struct xsk_ctx *ctx = xsk->ctx; in xsk_set_bpf_maps()
574 struct xsk_ctx *ctx = xsk->ctx; in xsk_setup_xdp_prog()
615 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, in xsk_get_ctx()
618 struct xsk_ctx *ctx; in xsk_get_ctx()
633 static void xsk_put_ctx(struct xsk_ctx *ctx, bool unmap) in xsk_put_ctx()
659 static struct xsk_ctx *xsk_create_ctx(struct xsk_socket *xsk, in xsk_create_ctx()
665 struct xsk_ctx *ctx; in xsk_create_ctx()
711 struct xsk_ctx *ctx; in xsk_socket__create_shared()
924 struct xsk_ctx *ctx; in xsk_socket__delete()