Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c220 StatsKey* key, uint8_t selectedMap) { in update_stats_with_config() argument
221 if (selectedMap == SELECT_MAP_A) { in update_stats_with_config()
223 } else if (selectedMap == SELECT_MAP_B) { in update_stats_with_config()
271 uint8_t* selectedMap = bpf_configuration_map_lookup_elem(&mapSettingKey); in bpf_traffic_account() local
272 if (!selectedMap) { in bpf_traffic_account()
277 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()
281 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()