Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h1538 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from,
1552 static inline int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, in __bpf_skb_store_bytes() function
/Linux-v6.6/kernel/bpf/
Dhelpers.c1596 return __bpf_skb_store_bytes(dst->data, dst->offset + offset, src, len, in BPF_CALL_5()
/Linux-v6.6/net/core/
Dfilter.c1724 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from, in __bpf_skb_store_bytes() function