Searched refs:bpf_map_batch_common (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/lib/bpf/ | 
| D | bpf.c | 516 static int bpf_map_batch_common(int cmd, int fd, void  *in_batch,  in bpf_map_batch_common()  function547 	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()
 
 |