Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c42 #define BPF_INGRESS 1 macro
124 } else if (direction == BPF_INGRESS) { \
207 if (direction == BPF_INGRESS && (uidRules & IIF_MATCH)) { in bpf_owner_match()
285 return bpf_traffic_account(skb, BPF_INGRESS); in bpf_cgroup_ingress()
314 update_iface_stats_map(skb, BPF_INGRESS, &key);