Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/map_tests/
A Darray_map_batch_ops.c20 .elem_flags = 0, in map_batch_update()
85 .elem_flags = 0, in __test_map_lookup_and_update_batch()
A Dlpm_trie_map_batch_ops.c28 .elem_flags = 0, in map_batch_update()
81 .elem_flags = 0, in test_lpm_trie_map_batch_ops()
A Dhtab_map_batch_ops.c20 .elem_flags = 0, in map_batch_update()
94 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
/linux/tools/lib/bpf/
A Dbpf.h135 __u64 elem_flags; member
A Dbpf.c587 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
/linux/kernel/bpf/
A Dsyscall.c1322 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch()
1325 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch()
1377 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch()
1380 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch()
1410 attr->batch.elem_flags); in generic_map_update_batch()
1439 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch()
1442 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch()
1481 attr->batch.elem_flags); in generic_map_lookup_batch()
A Dhashtab.c1608 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
/linux/tools/include/uapi/linux/
A Dbpf.h1310 __u64 elem_flags; member
/linux/include/uapi/linux/
A Dbpf.h1310 __u64 elem_flags; member

Completed in 48 milliseconds