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