Searched refs:bpf_map_batch_common (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | bpf.c | 454 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() function 484 return bpf_map_batch_common(BPF_MAP_DELETE_BATCH, fd, NULL, in bpf_map_delete_batch() 492 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch() 500 return bpf_map_batch_common(BPF_MAP_LOOKUP_AND_DELETE_BATCH, in bpf_map_lookup_and_delete_batch() 508 return bpf_map_batch_common(BPF_MAP_UPDATE_BATCH, fd, NULL, NULL, in bpf_map_update_batch()
|