Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c17 .elem_flags = 0, in map_batch_update()
62 .elem_flags = 0, in test_array_map_batch_ops()
H A Dhtab_map_batch_ops.c20 .elem_flags = 0, in map_batch_update()
94 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.h133 __u64 elem_flags; member
H A Dbpf.c472 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c1278 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch()
1281 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch()
1334 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch()
1337 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch()
1367 attr->batch.elem_flags); in generic_map_update_batch()
1397 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch()
1400 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch()
1439 attr->batch.elem_flags); in generic_map_lookup_batch()
H A Dhashtab.c1389 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h530 __u64 elem_flags; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h530 __u64 elem_flags; member