Symbol: BPF_MAP_TYPE_STRUCT_OPS
include/linux/bpf_types.h
130
BPF_MAP_TYPE(BPF_MAP_TYPE_STRUCT_OPS, bpf_struct_ops_map_ops)
kernel/bpf/bpf_struct_ops.c
1248
return map->map_type == BPF_MAP_TYPE_STRUCT_OPS &&
kernel/bpf/syscall.c
1395
if (attr->map_type != BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
1503
case BPF_MAP_TYPE_STRUCT_OPS:
kernel/bpf/syscall.c
1927
map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
2318
if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS || !IS_ERR_OR_NULL(map->record))
kernel/bpf/syscall.c
261
map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
338
} else if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
5479
if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS)
kernel/bpf/syscall.c
6340
if (map->map_type != BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/verifier.c
17775
if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
tools/bpf/bpftool/gen.c
1171
if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/bpf/bpftool/gen.c
1204
if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/bpf/bpftool/gen.c
1305
if (bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS)
tools/bpf/bpftool/gen.c
1398
if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/bpf/bpftool/gen.c
921
if (bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS) {
tools/bpf/bpftool/gen.c
961
if (populate_links && bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS) {
tools/bpf/bpftool/struct_ops.c
161
if (info->type == BPF_MAP_TYPE_STRUCT_OPS &&
tools/bpf/bpftool/struct_ops.c
271
if (info->type != BPF_MAP_TYPE_STRUCT_OPS) {
tools/bpf/bpftool/struct_ops.c
539
if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/lib/bpf/libbpf.c
1108
return map->def.type == BPF_MAP_TYPE_STRUCT_OPS;
tools/lib/bpf/libbpf.c
1460
map->def.type = BPF_MAP_TYPE_STRUCT_OPS;
tools/lib/bpf/libbpf.c
190
[BPF_MAP_TYPE_STRUCT_OPS] = "struct_ops",
tools/lib/bpf/libbpf.c
5443
case BPF_MAP_TYPE_STRUCT_OPS:
tools/lib/bpf/libbpf_probes.c
344
case BPF_MAP_TYPE_STRUCT_OPS:
tools/testing/selftests/bpf/prog_tests/map_init.c
262
test_map_create(BPF_MAP_TYPE_STRUCT_OPS, "test_map_create", &opts, msg);
tools/testing/selftests/bpf/prog_tests/token.c
1206
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1217
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1228
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1239
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/test_loader.c
1462
bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/testing/selftests/bpf/veristat.c
1256
case BPF_MAP_TYPE_STRUCT_OPS:
tools/testing/selftests/bpf/veristat.c
1270
if (bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS)
tools/testing/selftests/hid/hid_bpf.c
94
if (bpf_map__type(iter_map) == BPF_MAP_TYPE_STRUCT_OPS) {