Lines Matching refs:_key
114 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *_key) in cgroup_storage_lookup_elem() argument
117 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_lookup_elem()
127 static int cgroup_storage_update_elem(struct bpf_map *map, void *_key, in cgroup_storage_update_elem() argument
130 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_update_elem()
170 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *_key, in bpf_percpu_cgroup_storage_copy() argument
174 struct bpf_cgroup_storage_key *key = _key; in bpf_percpu_cgroup_storage_copy()
200 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *_key, in bpf_percpu_cgroup_storage_update() argument
204 struct bpf_cgroup_storage_key *key = _key; in bpf_percpu_cgroup_storage_update()
235 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *_key, in cgroup_storage_get_next_key() argument
239 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_get_next_key()
376 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *_key, in cgroup_storage_seq_show_elem() argument
380 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_seq_show_elem()