Searched refs:__bpf_skb_load_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | filter.h | 1537 int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, void *to, u32 len); 1546 static inline int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, in __bpf_skb_load_bytes() function
|
/Linux-v6.6/kernel/bpf/ |
D | helpers.c | 1549 return __bpf_skb_load_bytes(src->data, src->offset + offset, dst, len); in BPF_CALL_5()
|
/Linux-v6.6/net/core/ |
D | filter.c | 1760 int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, void *to, u32 len) in __bpf_skb_load_bytes() function
|