Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c217 StatsKey* key, uint8_t selectedMap) { in update_stats_with_config() argument
218 if (selectedMap == SELECT_MAP_A) { in update_stats_with_config()
220 } else if (selectedMap == SELECT_MAP_B) { in update_stats_with_config()
268 uint8_t* selectedMap = bpf_configuration_map_lookup_elem(&mapSettingKey); in bpf_traffic_account() local
269 if (!selectedMap) { in bpf_traffic_account()
274 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()
278 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()