Searched refs:__bpf_skb_store_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | filter.h | 1539 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from, 1553 static inline int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, in __bpf_skb_store_bytes() function
|
/linux-6.6.21/kernel/bpf/ |
D | helpers.c | 1609 return __bpf_skb_store_bytes(dst->data, dst->offset + offset, src, len, in BPF_CALL_5()
|
/linux-6.6.21/net/core/ |
D | filter.c | 1726 int __bpf_skb_store_bytes(struct sk_buff *skb, u32 offset, const void *from, in __bpf_skb_store_bytes() function
|