Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c41 #define BPF_EGRESS 0 macro
121 if (direction == BPF_EGRESS) { \
234 if ((direction == BPF_EGRESS) && (match == BPF_DROP)) { in bpf_traffic_account()
290 return bpf_traffic_account(skb, BPF_EGRESS); in bpf_cgroup_egress()
302 update_iface_stats_map(skb, BPF_EGRESS, &key);