Searched defs:in_batch (Results 1 – 2 of 2) sorted by relevance
/tools/lib/bpf/ |
D | bpf.c | 534 static int bpf_map_batch_common(int cmd, int fd, void *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() 576 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1290 __aligned_u64 in_batch; /* start batch, member
|