Searched defs:skb (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | nfnetlink_compat.h | 42 #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 D | bpf_net_helpers.h | 63 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 D | bpf_net_helpers.h | 64 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 D | netd.c | 185 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()
|