Searched refs:in_batch (Results 1 – 3 of 3) sorted by relevance
/tools/lib/bpf/ |
D | bpf.h | 143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 146 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
|
D | bpf.c | 534 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() argument 547 attr.batch.in_batch = ptr_to_u64(in_batch); in bpf_map_batch_common() 568 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 572 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch() 576 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 581 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1290 __aligned_u64 in_batch; /* start batch, member
|