Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf_progs/
Dnetd.c62 #define DEFINE_BPF_MAP_NO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument
63 DEFINE_BPF_MAP_EXT(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, \
69 #define DEFINE_BPF_MAP_RO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument
70 DEFINE_BPF_MAP_EXT(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, \
76 #define DEFINE_BPF_MAP_RW_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument
77 DEFINE_BPF_MAP_UGM(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, \
183 #define DEFINE_UPDATE_STATS(the_stats_map, TypeOfKey) \ in DEFINE_BPF_MAP_RO_NETD() argument
185 const TypeOfKey* const key, \ in DEFINE_BPF_MAP_RO_NETD()