Home
last modified time | relevance | path

Searched refs:size_key (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_prog.c192 .size_key = sizeof(uint8_t),
200 .size_key = sizeof(uint32_t),
208 .size_key = sizeof(uint32_t),
Dbpf_agent.c139 printf(" | size key: %u\n", aux->ent[i].size_key); in bpf_info_loop()
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dmemory_dump_event.py198 for size_key, size_value in size_values['attrs'].iteritems():
200 allocator[size_key] = (allocator.get(size_key, 0)
/external/iproute2/include/
Dbpf_elf.h32 __u32 size_key; member
Dbpf_api.h103 .size_key = (SIZE_KEY), \
/external/iproute2/tc/
Dtc_bpf.c235 tmp.size_key = val; in bpf_map_selfcheck_pinned()
629 .size_key = sizeof(int), in bpf_graft_map()
745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, in bpf_map_create() argument
750 .key_size = size_key, in bpf_map_create()
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value, in bpf_map_attach()
1084 map->size_key, map->size_value, map->max_elem, in bpf_map_attach()