Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilter.h1546 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len);
1574 static inline void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2372 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
/openbmc/linux/net/core/
H A Dfilter.c4008 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
4045 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()
4077 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()