Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 3 of 3) sorted by relevance

/system/netd/bpf_progs/
Dnetd.c21 int bpf_cgroup_ingress(struct __sk_buff* skb) { in bpf_cgroup_ingress()
26 int bpf_cgroup_egress(struct __sk_buff* skb) { in bpf_cgroup_egress()
31 int xt_bpf_egress_prog(struct __sk_buff* skb) { in xt_bpf_egress_prog()
38 int xt_bpf_ingress_prog(struct __sk_buff* skb) { in xt_bpf_ingress_prog()
45 int xt_bpf_whitelist_prog(struct __sk_buff* skb) { in xt_bpf_whitelist_prog()
54 int xt_bpf_blacklist_prog(struct __sk_buff* skb) { in xt_bpf_blacklist_prog()
Dclatd.c53 static inline __always_inline int nat64(struct __sk_buff* skb, bool is_ethernet) { in nat64()
170 int sched_cls_ingress_clat_ether(struct __sk_buff* skb) { in sched_cls_ingress_clat_ether()
175 int sched_cls_ingress_clat_rawip(struct __sk_buff* skb) { in sched_cls_ingress_clat_rawip()
Dnetd.h166 static inline int bpf_owner_match(struct __sk_buff* skb, uint32_t uid, int direction) { in bpf_owner_match()
197 static __always_inline inline void update_stats_with_config(struct __sk_buff* skb, int direction, in update_stats_with_config()
206 static __always_inline inline int bpf_traffic_account(struct __sk_buff* skb, int direction) { in bpf_traffic_account()