Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c417 enum bpf_cgroup_storage_type stype; in cgroup_storage_seq_show_elem()
472 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign()
500 enum bpf_cgroup_storage_type stype) in bpf_cgroup_storage_alloc()
560 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storage_free()
H A Dcgroup.c217 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_free()
229 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_alloc()
260 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_assign()
270 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_link()
1577 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); in BPF_CALL_2()
/openbmc/linux/include/linux/
H A Dbpf-cgroup.h153 static inline enum bpf_cgroup_storage_type cgroup_storage_type( in cgroup_storage_type()
166 enum bpf_cgroup_storage_type stype);
461 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc()
H A Dbpf.h997 enum bpf_cgroup_storage_type { enum
/openbmc/linux/net/bpf/
H A Dtest_run.c400 enum bpf_cgroup_storage_type stype; in bpf_test_run()