Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c244 UidTagValue* utag = bpf_cookie_tag_map_lookup_elem(&cookie); in bpf_traffic_account() local
246 if (utag) { in bpf_traffic_account()
247 uid = utag->uid; in bpf_traffic_account()
248 tag = utag->tag; in bpf_traffic_account()