Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dbpf_net_helpers.h64 static inline __always_inline __unused bool is_received_skb(struct __sk_buff* skb) { in is_received_skb()
70 static inline __always_inline void try_make_readable(struct __sk_buff* skb, int len) { in try_make_readable()
Dnetd.c185 static inline int bpf_owner_match(struct __sk_buff* skb, uint32_t uid, int direction) { in bpf_owner_match()
219 static __always_inline inline void update_stats_with_config(struct __sk_buff* skb, int direction, in update_stats_with_config()
228 static __always_inline inline int bpf_traffic_account(struct __sk_buff* skb, int direction) { in bpf_traffic_account()
Dclatd.c42 static inline __always_inline int nat64(struct __sk_buff* skb, bool is_ethernet) { in nat64()