Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf_progs/
Ddscp_policy.c63 uint64_t* selectedMap = bpf_switch_comp_map_lookup_elem(&zero); in DEFINE_BPF_MAP_GRW() local
66 if (!selectedMap) { in DEFINE_BPF_MAP_GRW()
145 if (*selectedMap == MAP_A) { in DEFINE_BPF_MAP_GRW()
151 if (*selectedMap == MAP_A) { in DEFINE_BPF_MAP_GRW()
274 if (*selectedMap == MAP_A) { in DEFINE_BPF_MAP_GRW()
280 if (*selectedMap == MAP_A) { in DEFINE_BPF_MAP_GRW()
Dnetd.c274 StatsKey* key, uint32_t selectedMap) { in update_stats_with_config() argument
275 if (selectedMap == SELECT_MAP_A) { in update_stats_with_config()
277 } else if (selectedMap == SELECT_MAP_B) { in update_stats_with_config()
326 uint32_t* selectedMap = bpf_configuration_map_lookup_elem(&mapSettingKey); in bpf_traffic_account() local
331 if (!selectedMap) { in bpf_traffic_account()
337 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()
341 update_stats_with_config(skb, direction, &key, *selectedMap); in bpf_traffic_account()