Searched refs:BPF_MAP_TYPE_CGROUP_ARRAY (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skb_helpers.c9 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dmap_ptr_kern.c264 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
678 VERIFY_TYPE(BPF_MAP_TYPE_CGROUP_ARRAY, check_cgroup_array);
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.bpf.c20 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dtest_current_task_under_cgroup.bpf.c15 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dtest_cgrp2_array_pin.c67 array_fd = bpf_map_create(BPF_MAP_TYPE_CGROUP_ARRAY, NULL,
72 "bpf_create_map(BPF_MAP_TYPE_CGROUP_ARRAY,...): %s(%d)\n",
/linux-master/include/linux/
H A Dbpf_types.h92 BPF_MAP_TYPE(BPF_MAP_TYPE_CGROUP_ARRAY, cgroup_array_map_ops)
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c354 case BPF_MAP_TYPE_CGROUP_ARRAY:
H A Dlibbpf.c163 [BPF_MAP_TYPE_CGROUP_ARRAY] = "cgroup_array",
5101 case BPF_MAP_TYPE_CGROUP_ARRAY:
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c492 case BPF_MAP_TYPE_CGROUP_ARRAY:
/linux-master/include/uapi/linux/
H A Dbpf.h973 BPF_MAP_TYPE_CGROUP_ARRAY, enumerator in enum:bpf_map_type
2563 * *map* of type **BPF_MAP_TYPE_CGROUP_ARRAY**, at *index*.
2616 * *map* of type **BPF_MAP_TYPE_CGROUP_ARRAY**, at *index*.
/linux-master/tools/include/uapi/linux/
H A Dbpf.h973 BPF_MAP_TYPE_CGROUP_ARRAY, enumerator in enum:bpf_map_type
2563 * *map* of type **BPF_MAP_TYPE_CGROUP_ARRAY**, at *index*.
2616 * *map* of type **BPF_MAP_TYPE_CGROUP_ARRAY**, at *index*.
/linux-master/kernel/bpf/
H A Dsyscall.c44 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \
1278 case BPF_MAP_TYPE_CGROUP_ARRAY:
H A Dverifier.c8903 case BPF_MAP_TYPE_CGROUP_ARRAY:
9037 if (map->map_type != BPF_MAP_TYPE_CGROUP_ARRAY)

Completed in 569 milliseconds