Searched refs:dst_buff (Results 1 – 1 of 1) sorted by relevance
4540 static unsigned long bpf_skb_copy(void *dst_buff, const void *skb, in bpf_skb_copy() argument4543 void *ptr = skb_header_pointer(skb, off, len, dst_buff); in bpf_skb_copy()4547 if (ptr != dst_buff) in bpf_skb_copy()4548 memcpy(dst_buff, ptr, len); in bpf_skb_copy()