Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4132 static unsigned long bpf_skb_copy(void *dst_buff, const void *skb, in bpf_skb_copy() argument
4135 void *ptr = skb_header_pointer(skb, off, len, dst_buff); in bpf_skb_copy()
4139 if (ptr != dst_buff) in bpf_skb_copy()
4140 memcpy(dst_buff, ptr, len); in bpf_skb_copy()
4530 static unsigned long bpf_xdp_copy(void *dst_buff, const void *src_buff, in bpf_xdp_copy() argument
4533 memcpy(dst_buff, src_buff + off, len); in bpf_xdp_copy()