Home
last modified time | relevance | path

Searched refs:BPF_F_CLONE (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dsockopt_inherit.c20 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
27 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
H A Dlocal_storage.c35 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
42 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
/linux/kernel/bpf/
H A Dbpf_local_storage.c18 #define BPF_LOCAL_STORAGE_CREATE_FLAG_MASK (BPF_F_NO_PREALLOC | BPF_F_CLONE)
/linux/net/core/
H A Dbpf_sk_storage.c177 if (!(smap->map.map_flags & BPF_F_CLONE)) in bpf_sk_storage_clone()
/linux/include/uapi/linux/
H A Dbpf.h1388 BPF_F_CLONE = (1U << 9), enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1388 BPF_F_CLONE = (1U << 9), enumerator