Home
last modified time | relevance | path

Searched refs:VALUE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst29 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \
75 bpftool map create *FILE* type *TYPE* key *KEY_SIZE* value *VALUE_SIZE* entries *MAX_ENTRIES* name…
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_maps.c263 #define VALUE_SIZE 3 macro
267 long long key, value[VALUE_SIZE] = {}; in helper_fill_hashmap()
289 long long key, value[VALUE_SIZE], next_key; in test_hashmap_walk()