Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/bpf_progs/
Doffload.c187 uint32_t stat_and_limit_k = downstream ? skb->ifindex : v->oif; local
189 TetherStatsValue* stat_v = bpf_tether_stats_map_lookup_elem(&stat_and_limit_k);
194 uint64_t* limit_v = bpf_tether_limit_map_lookup_elem(&stat_and_limit_k);
500 uint32_t stat_and_limit_k = downstream ? skb->ifindex : v->oif; in do_forward4() local
502 TetherStatsValue* stat_v = bpf_tether_stats_map_lookup_elem(&stat_and_limit_k); in do_forward4()
507 uint64_t* limit_v = bpf_tether_limit_map_lookup_elem(&stat_and_limit_k); in do_forward4()