Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c241 UidTagValue* utag = bpf_cookie_tag_map_lookup_elem(&cookie); in bpf_traffic_account() local
243 if (utag) { in bpf_traffic_account()
244 uid = utag->uid; in bpf_traffic_account()
245 tag = utag->tag; in bpf_traffic_account()