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

/linux-master/include/linux/
H A Dfilter.h1595 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len);
1618 static inline int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, function
/linux-master/kernel/bpf/
H A Dhelpers.c1619 return __bpf_xdp_store_bytes(dst->data, dst->offset + offset, src, len);
/linux-master/net/core/
H A Dfilter.c4074 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len) function

Completed in 133 milliseconds