Searched refs:the_stats_map (Results 1 – 1 of 1) sorted by relevance
99 #define DEFINE_UPDATE_STATS(the_stats_map, TypeOfKey) \ argument100 static __always_inline inline void update_##the_stats_map(struct __sk_buff* skb, \102 StatsValue* value = bpf_##the_stats_map##_lookup_elem(key); \105 bpf_##the_stats_map##_update_elem(key, &newValue, BPF_NOEXIST); \106 value = bpf_##the_stats_map##_lookup_elem(key); \