dst_buff         3783 net/core/filter.c static unsigned long bpf_skb_copy(void *dst_buff, const void *skb,
dst_buff         3786 net/core/filter.c 	void *ptr = skb_header_pointer(skb, off, len, dst_buff);
dst_buff         3790 net/core/filter.c 	if (ptr != dst_buff)
dst_buff         3791 net/core/filter.c 		memcpy(dst_buff, ptr, len);
dst_buff         4131 net/core/filter.c static unsigned long bpf_xdp_copy(void *dst_buff, const void *src_buff,
dst_buff         4134 net/core/filter.c 	memcpy(dst_buff, src_buff + off, len);