Home
last modified time | relevance | path

Searched refs:bpf_map_batch_common (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/lib/bpf/
Dbpf.c516 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() function
547 return bpf_map_batch_common(BPF_MAP_DELETE_BATCH, fd, NULL, in bpf_map_delete_batch()
555 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch()
563 return bpf_map_batch_common(BPF_MAP_LOOKUP_AND_DELETE_BATCH, in bpf_map_lookup_and_delete_batch()
571 return bpf_map_batch_common(BPF_MAP_UPDATE_BATCH, fd, NULL, NULL, in bpf_map_update_batch()