Home
last modified time | relevance | path

Searched refs:bpf_ctx_arg_aux (Results 1 – 5 of 5) sorted by relevance

/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c82 static const struct bpf_ctx_arg_aux *find_ctx_arg_info(struct bpf_prog_aux *aux, int offset) in find_ctx_arg_info()
102 const struct bpf_ctx_arg_aux *info; in check_test_run_args()
/linux/include/linux/
H A Dbpf.h1610 struct bpf_ctx_arg_aux { struct
1676 struct bpf_ctx_arg_aux *ctx_arg_info;
2015 struct bpf_ctx_arg_aux *info;
2222 const struct bpf_ctx_arg_aux *info, u32 cnt);
2863 struct bpf_ctx_arg_aux ctx_arg_info[BPF_ITER_CTX_ARG_MAX];
/linux/kernel/bpf/
H A Dbpf_struct_ops.c180 struct bpf_ctx_arg_aux *info, *info_buf; in prepare_arg_info()
H A Dbtf.c6902 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access()
6923 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access()
H A Dverifier.c24809 const struct bpf_ctx_arg_aux *info, u32 cnt) in bpf_prog_ctx_arg_info_init()