Lines Matching defs:keys
455 void *out_batch, void *keys, void *values,
469 attr.batch.keys = ptr_to_u64(keys);
481 int bpf_map_delete_batch(int fd, void *keys, __u32 *count,
485 NULL, keys, NULL, count, opts);
488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys,
493 out_batch, keys, values, count, opts);
497 void *keys, void *values, __u32 *count,
501 fd, in_batch, out_batch, keys, values,
505 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count,
509 keys, values, count, opts);