Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h1751 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len);
1779 static inline void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
/linux/kernel/bpf/
H A Dhelpers.c2609 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
/linux/net/core/
H A Dfilter.c4011 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
4048 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()
4080 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()