Searched refs:bpf_cgroup_storage_key (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | netcnt_prog.c | 15 __type(key, struct bpf_cgroup_storage_key); 21 __type(key, struct bpf_cgroup_storage_key);
|
D | test_spin_lock.c | 27 __type(key, struct bpf_cgroup_storage_key);
|
/tools/testing/selftests/bpf/ |
D | test_netcnt.c | 37 struct bpf_cgroup_storage_key key; in main()
|
D | test_cgroup_storage.c | 41 struct bpf_cgroup_storage_key key; in main()
|
D | test_cgroup_attach.c | 231 sizeof(struct bpf_cgroup_storage_key), 8, 0, 0); in prog_load_cnt() 239 sizeof(struct bpf_cgroup_storage_key), 8, 0, 0); in prog_load_cnt()
|
D | test_verifier.c | 504 fd = bpf_create_map(type, sizeof(struct bpf_cgroup_storage_key), in create_cgroup_storage()
|
/tools/lib/bpf/ |
D | libbpf_probes.c | 216 key_size = sizeof(struct bpf_cgroup_storage_key); in bpf_probe_map_type()
|
/tools/include/uapi/linux/ |
D | bpf.h | 79 struct bpf_cgroup_storage_key { struct
|