Lines Matching refs:keys
168 * @param keys pointer to an array of *count* keys
178 LIBBPF_API int bpf_map_delete_batch(int fd, const void *keys,
190 * The *keys* and *values* are output parameters which must point to memory large enough to
191 * hold *count* items based on the key and value size of the map *map_fd*. The *keys*
199 * @param keys pointer to an array large enough for *count* keys
212 void *keys, void *values, __u32 *count,
223 * @param keys pointer to an array of *count* keys
232 * being returned via the *keys* and *values* output parameters.
238 void *out_batch, void *keys,
244 * by specifying keys and their corresponding values.
246 * The *keys* and *values* parameters must point to memory large enough
250 * should handle keys that either do or do not already exist in the map.
272 * @param keys pointer to an array of *count* keys
283 LIBBPF_API int bpf_map_update_batch(int fd, const void *keys, const void *values,