Lines Matching refs:xsk_ctx
59 struct xsk_ctx { struct
76 struct xsk_ctx *ctx; argument
357 struct xsk_ctx *ctx = xsk->ctx; in xsk_load_xdp_prog()
441 struct xsk_ctx *ctx = xsk->ctx; in xsk_get_max_queues()
478 struct xsk_ctx *ctx = xsk->ctx; in xsk_create_bpf_maps()
498 struct xsk_ctx *ctx = xsk->ctx; in xsk_delete_bpf_maps()
509 struct xsk_ctx *ctx = xsk->ctx; in xsk_lookup_bpf_maps()
563 struct xsk_ctx *ctx = xsk->ctx; in xsk_set_bpf_maps()
571 struct xsk_ctx *ctx = xsk->ctx; in xsk_setup_xdp_prog()
612 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, in xsk_get_ctx()
615 struct xsk_ctx *ctx; in xsk_get_ctx()
630 static void xsk_put_ctx(struct xsk_ctx *ctx) in xsk_put_ctx()
652 static struct xsk_ctx *xsk_create_ctx(struct xsk_socket *xsk, in xsk_create_ctx()
658 struct xsk_ctx *ctx; in xsk_create_ctx()
705 struct xsk_ctx *ctx; in xsk_socket__create_shared()
896 struct xsk_ctx *ctx; in xsk_socket__delete()