Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c225 static __always_inline inline int bpf_traffic_account(struct __sk_buff* skb, int direction) { in bpf_traffic_account() function
285 return bpf_traffic_account(skb, BPF_INGRESS); in bpf_cgroup_ingress()
290 return bpf_traffic_account(skb, BPF_EGRESS); in bpf_cgroup_egress()