Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Duaccess.h232 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Duaccess.h222 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk.c199 static u32 xsk_copy_xdp(void *to, void **from, u32 to_len, in xsk_copy_xdp() argument
205 u32 copy_len = min_t(u32, *from_len, to_len); in xsk_copy_xdp()
219 if (to_len == copy_len) in xsk_copy_xdp()
222 to_len -= copy_len; in xsk_copy_xdp()
278 u32 to_len = frame_size + meta_len; in __xsk_rcv() local
284 copied = xsk_copy_xdp(copy_to, &copy_from, to_len, &from_len, &frag, rem); in __xsk_rcv()

Completed in 4 milliseconds