Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c20 .elem_flags = 0, in map_batch_update()
85 .elem_flags = 0, in __test_map_lookup_and_update_batch()
Dlpm_trie_map_batch_ops.c28 .elem_flags = 0, in map_batch_update()
81 .elem_flags = 0, in test_lpm_trie_map_batch_ops()
Dhtab_map_batch_ops.c20 .elem_flags = 0, in map_batch_update()
94 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
/Linux-v5.15/tools/lib/bpf/
Dbpf.h135 __u64 elem_flags; member
Dbpf.c550 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
/Linux-v5.15/kernel/bpf/
Dsyscall.c1292 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch()
1295 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch()
1347 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch()
1350 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch()
1380 attr->batch.elem_flags); in generic_map_update_batch()
1409 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch()
1412 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch()
1451 attr->batch.elem_flags); in generic_map_lookup_batch()
Dhashtab.c1608 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
/Linux-v5.15/include/uapi/linux/
Dbpf.h1302 __u64 elem_flags; member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h1302 __u64 elem_flags; member