Home | History | Annotate | Download | only in tc

Lines Matching refs:size_key

235 			tmp.size_key = val;
629 .size_key = sizeof(int),
745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key,
750 .key_size = size_key,
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value,
1084 map->size_key, map->size_value, map->max_elem,