Home
last modified time | relevance | path

Searched refs:mname (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dbpf_struct_ops.c111 const char *mname; in bpf_struct_ops_init() local
162 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init()
163 if (!*mname) { in bpf_struct_ops_init()
171 mname, st_ops->name); in bpf_struct_ops_init()
180 func_proto, mname, in bpf_struct_ops_init()
183 mname, st_ops->name); in bpf_struct_ops_init()
Dbtf.c5584 const char *tname, *mname, *tag_value; in btf_struct_walk() local
5680 mname = __btf_name_by_offset(btf, member->name_off); in btf_struct_walk()
5686 bpf_log(log, "field %s doesn't have size\n", mname); in btf_struct_walk()
5775 mname, moff, tname, off, size); in btf_struct_walk()
5808 mname, mtrue_end, tname, off, size); in btf_struct_walk()
Dverifier.c15064 const char *mname; in check_struct_ops_btf_id() local
15088 mname = btf_name_by_offset(btf_vmlinux, member->name_off); in check_struct_ops_btf_id()
15093 mname, member_idx, st_ops->name); in check_struct_ops_btf_id()
15102 mname, st_ops->name); in check_struct_ops_btf_id()
15108 prog->aux->attach_func_name = mname; in check_struct_ops_btf_id()