Searched refs:BPF_F_ZERO_SEED (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ | ||
D | bpf.h | 424 BPF_F_ZERO_SEED = (1U << 6), enumerator |
/tools/testing/selftests/bpf/ | ||
D | test_maps.c | 318 map_flags |= BPF_F_ZERO_SEED; in test_hashmap_zero_seed() |