Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dfilter.c3848 static void bpf_xdp_copy_buf(struct xdp_buff *xdp, unsigned long off, in bpf_xdp_copy_buf() function
3936 bpf_xdp_copy_buf(xdp, offset, buf, len, false); in BPF_CALL_4()
3963 bpf_xdp_copy_buf(xdp, offset, buf, len, true); in BPF_CALL_4()
4845 bpf_xdp_copy_buf(xdp, off, dst, len, false); in bpf_xdp_copy()