Searched refs:to_len (Results 1 - 1 of 1) sorted by path

/linux-master/net/xdp/
H A Dxsk.c200 static u32 xsk_copy_xdp(void *to, void **from, u32 to_len, argument
206 u32 copy_len = min_t(u32, *from_len, to_len);
220 if (to_len == copy_len)
223 to_len -= copy_len;
279 u32 to_len = frame_size + meta_len; local
285 copied = xsk_copy_xdp(copy_to, &copy_from, to_len, &from_len, &frag, rem);

Completed in 244 milliseconds