Home
last modified time | relevance | path

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

/external/iproute2/include/
Dbpf_api.h99 # define __BPF_MAP(NAME, TYPE, ID, SIZE_KEY, SIZE_VALUE, PIN, MAX_ELEM) \ argument
103 .size_key = (SIZE_KEY), \
111 # define BPF_HASH(NAME, ID, SIZE_KEY, SIZE_VALUE, PIN, MAX_ELEM) \ argument
112 __BPF_MAP(NAME, BPF_MAP_TYPE_HASH, ID, SIZE_KEY, SIZE_VALUE, \