Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h1543 void bpf_xdp_copy_buf(struct xdp_buff *xdp, unsigned long off,
1575 static inline void bpf_xdp_copy_buf(struct xdp_buff *xdp, unsigned long off, void *buf, in bpf_xdp_copy_buf() function
/Linux-v6.6/kernel/bpf/
Dhelpers.c2284 bpf_xdp_copy_buf(ptr->data, ptr->offset + offset, buffer__opt, len, false); in bpf_dynptr_slice()
/Linux-v6.6/net/core/
Dfilter.c3902 void bpf_xdp_copy_buf(struct xdp_buff *xdp, unsigned long off, in bpf_xdp_copy_buf() function
3991 bpf_xdp_copy_buf(xdp, offset, buf, len, false); in BPF_CALL_4()
4023 bpf_xdp_copy_buf(xdp, offset, buf, len, true); in BPF_CALL_4()
4907 bpf_xdp_copy_buf(xdp, off, dst, len, false); in bpf_xdp_copy()