Searched refs:selectedMap (Results 1 – 2 of 2) sorted by relevance
63 uint64_t* selectedMap = bpf_switch_comp_map_lookup_elem(&zero); in DEFINE_BPF_MAP_GRW() local66 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()
274 StatsKey* key, uint32_t selectedMap) { in update_stats_with_config() argument275 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() local331 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()