Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dnfnetlink_compat.h42 #define NFA_NEST(skb,type) \ argument
44 #define NFA_NEST_END(skb,start) \ argument
46 #define NFA_NEST_CANCEL(skb,start) \ argument
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_net_helpers.h63 static inline __always_inline __unused bool is_received_skb(struct __sk_buff* skb) { in is_received_skb()
69 static inline __always_inline void try_make_readable(struct __sk_buff* skb, int len) { in try_make_readable()
/aosp12/system/netd/bpf_progs/
H A 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()
H A 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()