Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbtf.h119 i < btf_type_vlen(struct_type); \
124 i < btf_type_vlen(datasec_type); \
182 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen() function
/linux/kernel/bpf/
A Dbpf_struct_ops.c152 if (btf_type_vlen(t) > BPF_STRUCT_OPS_MAX_NR_MEMBERS) { in bpf_struct_ops_init()
154 btf_type_vlen(t), st_ops->name); in bpf_struct_ops_init()
187 if (j == btf_type_vlen(t)) { in bpf_struct_ops_init()
284 for (i = 0; i < btf_type_vlen(t); i++) { in bpf_struct_ops_map_put_progs()
600 bpf_map_area_alloc(btf_type_vlen(t) * sizeof(struct bpf_prog *), in bpf_struct_ops_map_alloc()
A Dbtf.c2017 if (btf_type_vlen(t)) { in btf_int_check_meta()
2348 if (btf_type_vlen(t)) { in btf_ref_type_check_meta()
2597 if (btf_type_vlen(t)) { in btf_fwd_check_meta()
2683 if (btf_type_vlen(t)) { in btf_array_check_meta()
3547 if (btf_type_vlen(t)) { in btf_var_check_meta()
3752 if (btf_type_vlen(t)) { in btf_float_check_meta()
3845 if (btf_type_vlen(t)) { in btf_decl_tag_check_meta()
3938 nr_args = btf_type_vlen(t); in btf_func_proto_check()
5031 vlen = btf_type_vlen(t); in btf_struct_walk()
5594 nargs = btf_type_vlen(t); in btf_check_func_arg_match()
[all …]
A Dverifier.c6759 nargs = btf_type_vlen(func_proto); in check_kfunc_call()
13519 if (member_idx >= btf_type_vlen(t)) { in check_struct_ops_btf_id()
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c91 args = dummy_ops_init_args(kattr, btf_type_vlen(func_proto)); in bpf_struct_ops_test_run()

Completed in 42 milliseconds