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

/external/iproute2/include/
H A Dbpf_elf.h32 __u32 size_key; member in struct:bpf_elf_map
H A Dbpf_api.h103 .size_key = (SIZE_KEY), \
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py98 for (board_key, profile_key, size_key), value in blacklist.items():
101 (size_key is None or size == size_key)):
/external/iproute2/examples/bpf/
H A Dbpf_prog.c192 .size_key = sizeof(uint8_t),
200 .size_key = sizeof(uint32_t),
208 .size_key = sizeof(uint32_t),
H A Dbpf_agent.c139 printf(" | size key: %u\n", aux->ent[i].size_key);
/external/iproute2/tc/
H A Dtc_bpf.c235 tmp.size_key = val;
629 .size_key = sizeof(int),
745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, argument
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,

Completed in 145 milliseconds