Searched defs:TypeOfKey (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/bpf_progs/ |
D | netd.c | 62 #define DEFINE_BPF_MAP_NO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 69 #define DEFINE_BPF_MAP_RO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 76 #define DEFINE_BPF_MAP_RW_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 183 #define DEFINE_UPDATE_STATS(the_stats_map, TypeOfKey) \ in DEFINE_BPF_MAP_RO_NETD() argument
|