Searched refs:STRUCT_OPS_VALUE_PREFIX (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | struct_ops.c | 17 #define STRUCT_OPS_VALUE_PREFIX "bpf_struct_ops_" macro 53 st_ops_name += strlen(STRUCT_OPS_VALUE_PREFIX); in get_kern_struct_ops_name()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | struct_ops.c | 17 #define STRUCT_OPS_VALUE_PREFIX "bpf_struct_ops_" macro 53 st_ops_name += strlen(STRUCT_OPS_VALUE_PREFIX); in get_kern_struct_ops_name()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 717 #define STRUCT_OPS_VALUE_PREFIX "bpf_struct_ops_" macro 745 kern_vtype_id = find_btf_by_prefix_kind(btf, STRUCT_OPS_VALUE_PREFIX, in find_struct_ops_kern_types() 749 STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types() 767 tname, STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 921 #define STRUCT_OPS_VALUE_PREFIX "bpf_struct_ops_" macro 949 kern_vtype_id = find_btf_by_prefix_kind(btf, STRUCT_OPS_VALUE_PREFIX, in find_struct_ops_kern_types() 953 STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types() 971 tname, STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types()
|
Completed in 33 milliseconds