Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c185 static inline int bpf_owner_match(struct __sk_buff* skb, uint32_t uid, int direction) { in bpf_owner_match() function
233 int match = bpf_owner_match(skb, sock_uid, direction); in bpf_traffic_account()