Lines Matching refs:ctx_arg_info
6524 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access() local
6527 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
6528 flag = type_flag(ctx_arg_info->reg_type); in btf_ctx_access()
6529 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
6531 info->reg_type = ctx_arg_info->reg_type; in btf_ctx_access()
6548 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access() local
6550 if (ctx_arg_info->offset == off) { in btf_ctx_access()
6551 if (!ctx_arg_info->btf_id) { in btf_ctx_access()
6556 info->reg_type = ctx_arg_info->reg_type; in btf_ctx_access()
6557 info->btf = ctx_arg_info->btf ? : btf_vmlinux; in btf_ctx_access()
6558 info->btf_id = ctx_arg_info->btf_id; in btf_ctx_access()