Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfilter.h1768 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from,
1782 static inline int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, in __bpf_skb_store_bytes() function
/linux-6.15/kernel/bpf/
H A Dhelpers.c1839 return __bpf_skb_store_bytes(dst->data, dst->offset + offset, src, len, in __bpf_dynptr_write()
/linux-6.15/net/core/
H A Dfilter.c1739 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from, in __bpf_skb_store_bytes() function