Lines Matching refs:xsk_ctx
68 struct xsk_ctx { struct
87 struct xsk_ctx *ctx; argument
391 struct xsk_ctx *ctx = xsk->ctx; in xsk_load_xdp_prog()
493 struct xsk_ctx *ctx = xsk->ctx; in xsk_create_bpf_link()
546 struct xsk_ctx *ctx = xsk->ctx; in xsk_get_max_queues()
582 struct xsk_ctx *ctx = xsk->ctx; in xsk_create_bpf_maps()
602 struct xsk_ctx *ctx = xsk->ctx; in xsk_delete_bpf_maps()
613 struct xsk_ctx *ctx = xsk->ctx; in xsk_lookup_bpf_maps()
667 struct xsk_ctx *ctx = xsk->ctx; in xsk_set_bpf_maps()
760 struct xsk_ctx *ctx; in xsk_create_xsk_struct()
785 struct xsk_ctx *ctx = xsk->ctx; in xsk_init_xdp_res()
828 struct xsk_ctx *ctx = xsk->ctx; in xsk_lookup_xdp_res()
862 struct xsk_ctx *ctx = xsk->ctx; in __xsk_setup_xdp_prog()
888 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, in xsk_get_ctx()
891 struct xsk_ctx *ctx; in xsk_get_ctx()
906 static void xsk_put_ctx(struct xsk_ctx *ctx, bool unmap) in xsk_put_ctx()
932 static struct xsk_ctx *xsk_create_ctx(struct xsk_socket *xsk, in xsk_create_ctx()
938 struct xsk_ctx *ctx; in xsk_create_ctx()
1018 struct xsk_ctx *ctx; in xsk_socket__create_shared()
1231 struct xsk_ctx *ctx; in xsk_socket__delete()