Searched defs:skb (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/bpf_progs/ |
D | netd.c | 250 const struct __sk_buff* const skb, const struct egress_bool egress, const uint32_t uid, in do_packet_tracing() 334 static __always_inline inline bool skip_owner_match(struct __sk_buff* skb, in skip_owner_match() 380 static __always_inline inline bool ingress_should_discard(struct __sk_buff* skb, in ingress_should_discard() 409 static __always_inline inline int bpf_owner_match(struct __sk_buff* skb, uint32_t uid, in bpf_owner_match() 445 const struct __sk_buff* const skb, in update_stats_with_config() 456 static __always_inline inline int bpf_traffic_account(struct __sk_buff* skb, in bpf_traffic_account()
|
D | bpf_net_helpers.h | 79 static inline __always_inline __unused bool is_received_skb(struct __sk_buff* skb) { in is_received_skb() 86 static inline __always_inline void try_make_writable(struct __sk_buff* skb, int len) { in try_make_writable()
|
D | clatd.c | 57 static inline __always_inline int nat64(struct __sk_buff* skb, in nat64()
|
D | offload.c | 362 static inline __always_inline int do_forward4_bottom(struct __sk_buff* skb, in do_forward4_bottom() 556 static inline __always_inline int do_forward4(struct __sk_buff* skb, in do_forward4()
|
D | offload@mainline.c | 362 static inline __always_inline int do_forward4_bottom(struct __sk_buff* skb, in do_forward4_bottom() 556 static inline __always_inline int do_forward4(struct __sk_buff* skb, in do_forward4()
|