Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfilter.h1749 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len);
1777 static inline void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
/linux-6.12.1/kernel/bpf/
Dhelpers.c2580 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
/linux-6.12.1/net/core/
Dfilter.c4005 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
4042 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()
4074 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()