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

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c29 .elem_flags = 0,
76 .elem_flags = 0,
H A Darray_map_batch_ops.c21 .elem_flags = 0,
79 .elem_flags = 0,
H A Dhtab_map_batch_ops.c21 .elem_flags = 0,
88 .elem_flags = 0,
/linux-master/tools/lib/bpf/
H A Dbpf.h165 __u64 elem_flags; member in struct:bpf_map_batch_opts
H A Dbpf.c542 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0);
/linux-master/kernel/bpf/
H A Dsyscall.c1785 if (attr->batch.elem_flags & ~BPF_F_LOCK)
1788 if ((attr->batch.elem_flags & BPF_F_LOCK) &&
1842 if (attr->batch.elem_flags & ~BPF_F_LOCK)
1845 if ((attr->batch.elem_flags & BPF_F_LOCK) &&
1877 attr->batch.elem_flags);
1907 if (attr->batch.elem_flags & ~BPF_F_LOCK)
1910 if ((attr->batch.elem_flags & BPF_F_LOCK) &&
1949 attr->batch.elem_flags);
H A Dhashtab.c1703 elem_map_flags = attr->batch.elem_flags;
/linux-master/include/uapi/linux/
H A Dbpf.h654 * The *elem_flags* argument may be specified as one of the
709 * The *elem_flags* argument should be specified as one of the
758 * The *elem_flags* argument may be specified as one of the
1520 __u64 elem_flags; member in struct:bpf_attr::__anon2592
/linux-master/tools/include/uapi/linux/
H A Dbpf.h654 * The *elem_flags* argument may be specified as one of the
709 * The *elem_flags* argument should be specified as one of the
758 * The *elem_flags* argument may be specified as one of the
1520 __u64 elem_flags; member in struct:bpf_attr::__anon3133

Completed in 164 milliseconds