Searched refs:BPF_F_CLONE (Results 1 – 6 of 6) sorted by relevance
20 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);27 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
35 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);42 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
18 #define BPF_LOCAL_STORAGE_CREATE_FLAG_MASK (BPF_F_NO_PREALLOC | BPF_F_CLONE)
175 if (!(smap->map.map_flags & BPF_F_CLONE)) in bpf_sk_storage_clone()
1314 BPF_F_CLONE = (1U << 9), enumerator