Searched refs:__bpf_xdp_load_bytes (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filter.h | 1544 int __bpf_xdp_load_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len); 1562 static inline int __bpf_xdp_load_bytes(struct xdp_buff *xdp, u32 offset, in __bpf_xdp_load_bytes() function
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 1640 return __bpf_xdp_load_bytes(src->data, src->offset + offset, dst, len); in BPF_CALL_5()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 4044 int __bpf_xdp_load_bytes(struct xdp_buff *xdp, u32 offset, void *buf, u32 len) in __bpf_xdp_load_bytes() function
|