BPF_MAP_TYPE_BLOOM_FILTER
BPF_MAP_TYPE(BPF_MAP_TYPE_BLOOM_FILTER, bloom_filter_map_ops)
if (attr->map_type != BPF_MAP_TYPE_BLOOM_FILTER &&
case BPF_MAP_TYPE_BLOOM_FILTER:
if (map->map_type == BPF_MAP_TYPE_BLOOM_FILTER) {
map->map_type == BPF_MAP_TYPE_BLOOM_FILTER) {
map->map_type == BPF_MAP_TYPE_BLOOM_FILTER) {
case BPF_MAP_TYPE_BLOOM_FILTER:
map->map_type != BPF_MAP_TYPE_BLOOM_FILTER)
case BPF_MAP_TYPE_BLOOM_FILTER:
[BPF_MAP_TYPE_BLOOM_FILTER] = "bloom_filter",
case BPF_MAP_TYPE_BLOOM_FILTER:
inner_map_fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, sizeof(*rand_vals),
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 4, sizeof(value), 100, NULL);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, 0, 100, NULL);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, INT32_MAX, 100, NULL);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, sizeof(value), 0, NULL);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, sizeof(value), 100, &opts);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, sizeof(value), 100, NULL);
fd = bpf_map_create(BPF_MAP_TYPE_BLOOM_FILTER, NULL, 0, sizeof(value), 100, &opts);
__uint(type, BPF_MAP_TYPE_BLOOM_FILTER);
__uint(type, BPF_MAP_TYPE_BLOOM_FILTER);