Home
last modified time | relevance | path

Searched refs:__bpf_skb_load_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dfilter.h1767 int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, void *to, u32 len);
1776 static inline int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, in __bpf_skb_load_bytes() function
/linux-6.15/kernel/bpf/
H A Dhelpers.c1786 return __bpf_skb_load_bytes(src->data, src->offset + offset, dst, len); in __bpf_dynptr_read()
/linux-6.15/net/core/
H A Dfilter.c1775 int __bpf_skb_load_bytes(const struct sk_buff *skb, u32 offset, void *to, u32 len) in __bpf_skb_load_bytes() function