bpf_loader_ctx
opts.ctx = (struct bpf_loader_ctx *)skel;
struct bpf_loader_ctx ctx;
struct bpf_loader_ctx ctx;
opts.ctx = (struct bpf_loader_ctx *)skel;
struct bpf_loader_ctx *ctx;
offsetof(struct bpf_loader_ctx, log_level), false);
offsetof(struct bpf_loader_ctx, log_size), false);
offsetof(struct bpf_loader_ctx, log_buf), false);
sizeof(struct bpf_loader_ctx) +
offsetof(struct bpf_loader_ctx, flags)));
sizeof(struct bpf_loader_ctx) +
sizeof(struct bpf_loader_ctx) +
offsetof(struct bpf_loader_ctx, log_level), false);
offsetof(struct bpf_loader_ctx, log_size), false);
offsetof(struct bpf_loader_ctx, log_buf), false);
sizeof(struct bpf_loader_ctx) +
struct bpf_loader_ctx *ctx;
struct bpf_loader_ctx *ctx = kzalloc(size, GFP_KERNEL);