Searched refs:selectedMap (Results 1 – 1 of 1) sorted by relevance
444 static __always_inline inline void update_stats_with_config(const uint32_t selectedMap, in update_stats_with_config() argument449 if (selectedMap == SELECT_MAP_A) { in update_stats_with_config()510 uint32_t* selectedMap = bpf_configuration_map_lookup_elem(&mapSettingKey); in bpf_traffic_account() local512 if (!selectedMap) return PASS; // cannot happen, needed to keep bpf verifier happy in bpf_traffic_account()515 update_stats_with_config(*selectedMap, skb, &key, egress, kver); in bpf_traffic_account()