Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfilter.h1748 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len);
1771 static inline int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, in __bpf_xdp_store_bytes() function
/linux-6.12.1/kernel/bpf/
Dhelpers.c1825 return __bpf_xdp_store_bytes(dst->data, dst->offset + offset, src, len); in BPF_CALL_5()
/linux-6.12.1/net/core/
Dfilter.c4096 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len) in __bpf_xdp_store_bytes() function