Home
last modified time | relevance | path

Searched refs:bpf_ctx_arg_aux (Results 1 – 4 of 4) 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.h1612 struct bpf_ctx_arg_aux { struct
1678 struct bpf_ctx_arg_aux *ctx_arg_info;
2017 struct bpf_ctx_arg_aux *info;
2224 const struct bpf_ctx_arg_aux *info, u32 cnt);
2860 struct bpf_ctx_arg_aux ctx_arg_info[BPF_ITER_CTX_ARG_MAX];
/linux/kernel/bpf/
H A Dbtf.c6947 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access()
6972 const struct bpf_ctx_arg_aux *ctx_arg_info = &prog->aux->ctx_arg_info[i]; in btf_ctx_access()
H A Dverifier.c18934 const struct bpf_ctx_arg_aux *info, u32 cnt) in bpf_prog_ctx_arg_info_init()