Searched defs:TypeOfKey (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Connectivity/bpf/progs/ |
D | netd.c | 45 #define DEFINE_BPF_MAP_NO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 52 #define DEFINE_BPF_MAP_RO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 59 #define DEFINE_BPF_MAP_RW_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 168 #define DEFINE_UPDATE_STATS(the_stats_map, TypeOfKey) \ in DEFINE_BPF_MAP_RO_NETD() argument
|