bpf_ctx_arg_aux
struct bpf_ctx_arg_aux *ctx_arg_info;
struct bpf_ctx_arg_aux *info;
const struct bpf_ctx_arg_aux *info, u32 cnt);
struct bpf_ctx_arg_aux ctx_arg_info[BPF_ITER_CTX_ARG_MAX];
struct bpf_ctx_arg_aux *info, *info_buf;
const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i];
const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i];
const struct bpf_ctx_arg_aux *info, u32 cnt)
const struct bpf_ctx_arg_aux *info;
static const struct bpf_ctx_arg_aux *find_ctx_arg_info(struct bpf_prog_aux *aux, int offset)