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
1210
return map->map_type == BPF_MAP_TYPE_STRUCT_OPS &&
kernel/bpf/syscall.c
1391
if (attr->map_type != BPF_MAP_TYPE_STRUCT_OPS ||
kernel/bpf/syscall.c
1487
case BPF_MAP_TYPE_STRUCT_OPS:
kernel/bpf/syscall.c
1856
map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
2246
if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS || !IS_ERR_OR_NULL(map->record))
kernel/bpf/syscall.c
260
map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
337
} else if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/syscall.c
5335
if (map->map_type == BPF_MAP_TYPE_STRUCT_OPS)
kernel/bpf/syscall.c
6196
if (map->map_type != BPF_MAP_TYPE_STRUCT_OPS) {
kernel/bpf/verifier.c
21666
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
1103
return map->def.type == BPF_MAP_TYPE_STRUCT_OPS;
tools/lib/bpf/libbpf.c
1455
map->def.type = BPF_MAP_TYPE_STRUCT_OPS;
tools/lib/bpf/libbpf.c
186
[BPF_MAP_TYPE_STRUCT_OPS] = "struct_ops",
tools/lib/bpf/libbpf.c
5384
case BPF_MAP_TYPE_STRUCT_OPS:
tools/lib/bpf/libbpf_probes.c
331
case BPF_MAP_TYPE_STRUCT_OPS:
tools/testing/selftests/bpf/prog_tests/token.c
1148
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1159
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1170
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/prog_tests/token.c
1181
.maps = bit(BPF_MAP_TYPE_STRUCT_OPS),
tools/testing/selftests/bpf/test_loader.c
1272
bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
tools/testing/selftests/bpf/veristat.c
1255
case BPF_MAP_TYPE_STRUCT_OPS: