Searched refs:SIZE_KEY (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/include/ |
D | bpf_api.h | 99 # 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, \
|