Searched refs:BPF_MAP_LOOKUP_BATCH (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/bpf/
H A Dsyscall.c5143 bool has_read = cmd == BPF_MAP_LOOKUP_BATCH ||
5145 bool has_write = cmd != BPF_MAP_LOOKUP_BATCH;
5169 if (cmd == BPF_MAP_LOOKUP_BATCH)
5716 case BPF_MAP_LOOKUP_BATCH:
5717 err = bpf_map_do_batch(&attr, uattr.user, BPF_MAP_LOOKUP_BATCH);
/linux-master/include/uapi/linux/
H A Dbpf.h633 * BPF_MAP_LOOKUP_BATCH
640 * **BPF_MAP_LOOKUP_BATCH**, the caller should pass the resultant
682 * **BPF_MAP_LOOKUP_BATCH** with two exceptions:
948 BPF_MAP_LOOKUP_BATCH, enumerator in enum:bpf_cmd
/linux-master/tools/include/uapi/linux/
H A Dbpf.h633 * BPF_MAP_LOOKUP_BATCH
640 * **BPF_MAP_LOOKUP_BATCH**, the caller should pass the resultant
682 * **BPF_MAP_LOOKUP_BATCH** with two exceptions:
948 BPF_MAP_LOOKUP_BATCH, enumerator in enum:bpf_cmd
/linux-master/tools/lib/bpf/
H A Dbpf.c562 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch,

Completed in 237 milliseconds