Searched refs:bpf_map_batch_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | bpf.c | 517 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() function 548 return bpf_map_batch_common(BPF_MAP_DELETE_BATCH, fd, NULL, in bpf_map_delete_batch() 556 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch() 564 return bpf_map_batch_common(BPF_MAP_LOOKUP_AND_DELETE_BATCH, in bpf_map_lookup_and_delete_batch() 572 return bpf_map_batch_common(BPF_MAP_UPDATE_BATCH, fd, NULL, NULL, in bpf_map_update_batch()
|