Searched refs:bpf_xdp_pointer (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | filter.h | 1542 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len); 1570 static inline void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function
|
/Linux-v6.6/kernel/bpf/ |
D | helpers.c | 2278 void *xdp_ptr = bpf_xdp_pointer(ptr->data, ptr->offset + offset, len); in bpf_dynptr_slice()
|
/Linux-v6.6/net/core/ |
D | filter.c | 3949 void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len) in bpf_xdp_pointer() function 3986 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4() 4018 ptr = bpf_xdp_pointer(xdp, offset, len); in BPF_CALL_4()
|