Home
last modified time | relevance | path

Searched refs:BPF_F_ZERO_SEED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhashtab.c19 BPF_F_ACCESS_MASK | BPF_F_ZERO_SEED)
355 bool zero_seed = (attr->map_flags & BPF_F_ZERO_SEED); in htab_map_alloc_check()
483 if (htab->map.map_flags & BPF_F_ZERO_SEED) in htab_map_alloc()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h424 BPF_F_ZERO_SEED = (1U << 6), enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h424 BPF_F_ZERO_SEED = (1U << 6), enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_maps.c318 map_flags |= BPF_F_ZERO_SEED; in test_hashmap_zero_seed()