Searched refs:bpf_xdp_pointer (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | filter.h | 1751 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 D | helpers.c | 2609 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
|
/linux/net/core/ |
H A D | filter.c | 4011 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()
|