Searched refs:mname (Results 1 – 3 of 3) sorted by relevance
/kernel/bpf/ |
D | bpf_struct_ops.c | 107 const char *mname; in bpf_struct_ops_init() local 158 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init() 159 if (!*mname) { in bpf_struct_ops_init() 167 mname, st_ops->name); in bpf_struct_ops_init() 176 func_proto, mname, in bpf_struct_ops_init() 179 mname, st_ops->name); in bpf_struct_ops_init()
|
D | btf.c | 4619 const char *tname, *mname; in btf_struct_walk() local 4715 mname = __btf_name_by_offset(btf_vmlinux, member->name_off); in btf_struct_walk() 4721 bpf_log(log, "field %s doesn't have size\n", mname); in btf_struct_walk() 4809 mname, moff, tname, off, size); in btf_struct_walk() 4828 mname, mtrue_end, tname, off, size); in btf_struct_walk()
|
D | verifier.c | 12145 const char *mname; in check_struct_ops_btf_id() local 12169 mname = btf_name_by_offset(btf_vmlinux, member->name_off); in check_struct_ops_btf_id() 12174 mname, member_idx, st_ops->name); in check_struct_ops_btf_id() 12183 mname, st_ops->name); in check_struct_ops_btf_id() 12189 prog->aux->attach_func_name = mname; in check_struct_ops_btf_id()
|