Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
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-6.14.4/kernel/bpf/
Dhelpers.c2609 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
/linux-6.14.4/net/core/
Dfilter.c4019 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
4056 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()
4088 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()