Home | History | Annotate | Download | only in tc

Lines Matching refs:BPF_MAP_CREATE

745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key,
755 return bpf(BPF_MAP_CREATE, &attr, sizeof(attr));
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value,