Searched refs:BPF_MAP_DELETE_BATCH (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/bpf/
H A Dsyscall.c5726 case BPF_MAP_DELETE_BATCH:
5727 err = bpf_map_do_batch(&attr, uattr.user, BPF_MAP_DELETE_BATCH);
/linux-master/tools/lib/bpf/
H A Dbpf.c554 return bpf_map_batch_common(BPF_MAP_DELETE_BATCH, fd, NULL,
/linux-master/tools/include/uapi/linux/
H A Dbpf.h746 * BPF_MAP_DELETE_BATCH
951 BPF_MAP_DELETE_BATCH, enumerator in enum:bpf_cmd
/linux-master/include/uapi/linux/
H A Dbpf.h746 * BPF_MAP_DELETE_BATCH
951 BPF_MAP_DELETE_BATCH, enumerator in enum:bpf_cmd

Completed in 245 milliseconds