Searched refs:__bpf_xdp_store_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | filter.h | 1541 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len); 1564 static inline int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, in __bpf_xdp_store_bytes() function
|
/Linux-v6.6/kernel/bpf/ |
D | helpers.c | 1601 return __bpf_xdp_store_bytes(dst->data, dst->offset + offset, src, len); in BPF_CALL_5()
|
/Linux-v6.6/net/core/ |
D | filter.c | 4040 int __bpf_xdp_store_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len) in __bpf_xdp_store_bytes() function
|