tag | line | file | source code |
to | 248 | arch/alpha/lib/io.c | void _memcpy_fromio(void * to, unsigned long from, unsigned long count) |
to | 252 | arch/alpha/lib/io.c | *(char *) to = readb(from); |
to | 253 | arch/alpha/lib/io.c | ((char *) to)++; |
to | 262 | arch/alpha/lib/io.c | void _memcpy_toio(unsigned long to, void * from, unsigned long count) |
to | 266 | arch/alpha/lib/io.c | writeb(*(char *) from, to); |
to | 268 | arch/alpha/lib/io.c | to++; |
to | 112 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 159 | arch/i386/kernel/setup.c | if (to != command_line) to--; |
to | 179 | arch/i386/kernel/setup.c | *(to++) = c; |
to | 181 | arch/i386/kernel/setup.c | *to = '\0'; |
to | 161 | arch/mips/mm/init.c | void __copy_page(unsigned long from, unsigned long to) |
to | 174 | arch/mips/mm/init.c | __zeropage(to); |
to | 184 | arch/mips/mm/init.c | memcpy((void *) to, |
to | 193 | arch/mips/mm/init.c | if (page_colour(from) != page_colour(to)) |
to | 813 | drivers/cdrom/cm206.c | void play_from_to_track(int from, int to) |
to | 824 | drivers/cdrom/cm206.c | update_toc_entry(from); update_toc_entry(to+1); |
to | 827 | drivers/cdrom/cm206.c | PLAY_TO.fsm[i] = play_command[i+4] = cd->toc[to+1].fsm[i]; |
to | 829 | drivers/cdrom/cm206.c | PLAY_TO.track = to; |
to | 239 | drivers/cdrom/mcdx.c | static int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*); |
to | 1823 | drivers/cdrom/mcdx.c | mcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf) |
to | 1825 | drivers/cdrom/mcdx.c | unsigned long timeout = to + jiffies; |
to | 117 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 121 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 131 | drivers/char/pty.c | r = to->ldisc.receive_room(to); |
to | 135 | drivers/char/pty.c | to->ldisc.receive_buf(to, temp_buffer, 0, n); |
to | 141 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
to | 142 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
to | 150 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 152 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 155 | drivers/char/pty.c | return to->ldisc.receive_room(to); |
to | 160 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 162 | drivers/char/pty.c | if (!to || !to->ldisc.chars_in_buffer) |
to | 165 | drivers/char/pty.c | return to->ldisc.chars_in_buffer(to); |
to | 170 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 172 | drivers/char/pty.c | if (!to) |
to | 175 | drivers/char/pty.c | if (to->ldisc.flush_buffer) |
to | 176 | drivers/char/pty.c | to->ldisc.flush_buffer(to); |
to | 178 | drivers/char/pty.c | if (to->packet) { |
to | 180 | drivers/char/pty.c | wake_up_interruptible(&to->read_wait); |
to | 190 | drivers/char/selection.h | static inline void memcpyw(unsigned short *to, unsigned short *from, |
to | 196 | drivers/char/selection.h | scr_writew(scr_readw(from++), to++); |
to | 158 | drivers/isdn/teles/card.c | long to = 10; |
to | 160 | drivers/isdn/teles/card.c | while ((readhscx_0(base, hscx, HSCX_STAR) & 0x04) && to) { |
to | 162 | drivers/isdn/teles/card.c | to--; |
to | 164 | drivers/isdn/teles/card.c | if (!to) |
to | 171 | drivers/isdn/teles/card.c | long to = 10; |
to | 173 | drivers/isdn/teles/card.c | while ((readhscx_3(iobase, hscx, HSCX_STAR) & 0x04) && to) { |
to | 175 | drivers/isdn/teles/card.c | to--; |
to | 177 | drivers/isdn/teles/card.c | if (!to) |
to | 184 | drivers/isdn/teles/card.c | long to = 10; |
to | 188 | drivers/isdn/teles/card.c | while ((!(readhscx_0(base, hscx, HSCX_STAR) & 0x40)) && to) { |
to | 190 | drivers/isdn/teles/card.c | to--; |
to | 192 | drivers/isdn/teles/card.c | if (!to) |
to | 199 | drivers/isdn/teles/card.c | long to = 10; |
to | 203 | drivers/isdn/teles/card.c | while ((!(readhscx_3(iobase, hscx, HSCX_STAR) & 0x40)) && to) { |
to | 205 | drivers/isdn/teles/card.c | to--; |
to | 207 | drivers/isdn/teles/card.c | if (!to) |
to | 275 | drivers/net/i82586.h | and length/type field already prepended to the data, |
to | 276 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
to | 781 | drivers/net/wavelan.c | Leave out 0x3C0 for now -- seems to clash |
to | 895 | drivers/net/wavelan.c | Leave this out until I can get it to work -- BJ. |
to | 481 | drivers/scsi/scsi_debug.c | int to; |
to | 527 | drivers/scsi/scsi_debug.c | to = timeout[i]; |
to | 540 | drivers/scsi/scsi_debug.c | printk("...done %d %x %d %d\n",i , my_done, to, jiffies); |
to | 278 | fs/fat/file.c | char *to,ch; |
to | 330 | fs/fat/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
to | 332 | fs/fat/file.c | *to++ = '\n'; |
to | 338 | fs/fat/file.c | *to++ = '\r'; |
to | 343 | fs/fat/file.c | *to++ = ch; |
to | 1352 | fs/hpfs/hpfs_fs.c | static void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase) |
to | 1361 | fs/hpfs/hpfs_fs.c | *to = t; |
to | 1363 | fs/hpfs/hpfs_fs.c | to++; |
to | 714 | fs/namei.c | char * from, * to; |
to | 718 | fs/namei.c | error = getname(newname,&to); |
to | 720 | fs/namei.c | error = do_symlink(from,to); |
to | 721 | fs/namei.c | putname(to); |
to | 785 | fs/namei.c | char * to; |
to | 791 | fs/namei.c | error = getname(newname,&to); |
to | 796 | fs/namei.c | error = do_link(oldinode,to); |
to | 797 | fs/namei.c | putname(to); |
to | 874 | fs/namei.c | char * from, * to; |
to | 878 | fs/namei.c | error = getname(newname,&to); |
to | 880 | fs/namei.c | error = do_rename(from,to); |
to | 881 | fs/namei.c | putname(to); |
to | 193 | include/asm-alpha/io.h | #define memcpy_fromio(to,from,len) _memcpy_fromio((to),(unsigned long)(from),(len)) |
to | 194 | include/asm-alpha/io.h | #define memcpy_toio(to,from,len) _memcpy_toio((unsigned long)(to),(from),(len)) |
to | 90 | include/asm-alpha/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 93 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 97 | include/asm-alpha/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 100 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 83 | include/asm-i386/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 105 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 109 | include/asm-i386/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 115 | include/asm-i386/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
to | 118 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 121 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 122 | include/asm-i386/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
to | 125 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 128 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 129 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 132 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 133 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 134 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 137 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 138 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 139 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 140 | include/asm-i386/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
to | 152 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 172 | include/asm-i386/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 190 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 194 | include/asm-i386/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 200 | include/asm-i386/segment.h | *(char *)to = __get_user((const char *) from, 1); |
to | 203 | include/asm-i386/segment.h | *(short *)to = __get_user((const short *) from, 2); |
to | 206 | include/asm-i386/segment.h | *(short *) to = __get_user((const short *) from, 2); |
to | 207 | include/asm-i386/segment.h | *((char *) to + 2) = __get_user(2+(const char *) from, 1); |
to | 210 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 213 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 214 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 217 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 218 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 219 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 222 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 223 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 224 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 225 | include/asm-i386/segment.h | *(3+(int *) to) = __get_user(3+(const int *) from, 4); |
to | 233 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 253 | include/asm-i386/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 255 | include/asm-i386/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 256 | include/asm-i386/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 258 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 260 | include/asm-i386/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 261 | include/asm-i386/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 425 | include/asm-i386/string-486.h | extern inline void * __memcpy_by4(void * to, const void * from, size_t n) |
to | 427 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 439 | include/asm-i386/string-486.h | return (to); |
to | 442 | include/asm-i386/string-486.h | extern inline void * __memcpy_by2(void * to, const void * from, size_t n) |
to | 444 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 460 | include/asm-i386/string-486.h | return (to); |
to | 463 | include/asm-i386/string-486.h | extern inline void * __memcpy_g(void * to, const void * from, size_t n) |
to | 465 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 479 | include/asm-i386/string-486.h | return (to); |
to | 365 | include/asm-i386/string.h | extern inline void * __memcpy(void * to, const void * from, size_t n) |
to | 378 | include/asm-i386/string.h | :"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from) |
to | 380 | include/asm-i386/string.h | return (to); |
to | 387 | include/asm-i386/string.h | extern inline void * __constant_memcpy(void * to, const void * from, size_t n) |
to | 391 | include/asm-i386/string.h | return to; |
to | 393 | include/asm-i386/string.h | *(unsigned char *)to = *(const unsigned char *)from; |
to | 394 | include/asm-i386/string.h | return to; |
to | 396 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 397 | include/asm-i386/string.h | return to; |
to | 399 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 400 | include/asm-i386/string.h | *(2+(unsigned char *)to) = *(2+(const unsigned char *)from); |
to | 401 | include/asm-i386/string.h | return to; |
to | 403 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 404 | include/asm-i386/string.h | return to; |
to | 406 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 407 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 408 | include/asm-i386/string.h | return to; |
to | 410 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 411 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 412 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 413 | include/asm-i386/string.h | return to; |
to | 415 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 416 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 417 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 418 | include/asm-i386/string.h | *(3+(unsigned long *)to) = *(3+(const unsigned long *)from); |
to | 419 | include/asm-i386/string.h | return to; |
to | 421 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 422 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 423 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 424 | include/asm-i386/string.h | *(3+(unsigned long *)to) = *(3+(const unsigned long *)from); |
to | 425 | include/asm-i386/string.h | *(4+(unsigned long *)to) = *(4+(const unsigned long *)from); |
to | 426 | include/asm-i386/string.h | return to; |
to | 433 | include/asm-i386/string.h | : "c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 437 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
to | 438 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
to | 439 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
to | 440 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
to | 69 | include/asm-m68k/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 79 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 80 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n-1) |
to | 84 | include/asm-m68k/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 89 | include/asm-m68k/segment.h | put_user_byte(*(const char *) from, (char *) to); |
to | 92 | include/asm-m68k/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 95 | include/asm-m68k/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 96 | include/asm-m68k/segment.h | put_user_byte(*(2+(const char *) from), 2+(char *) to); |
to | 99 | include/asm-m68k/segment.h | put_user_long(*(const int *) from, (int *) to); |
to | 112 | include/asm-m68k/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 131 | include/asm-m68k/segment.h | __generic_memcpy_tofs(to,from,n); |
to | 135 | include/asm-m68k/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 145 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 146 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n-1) |
to | 150 | include/asm-m68k/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 155 | include/asm-m68k/segment.h | *(char *)to = get_user_byte((const char *) from); |
to | 158 | include/asm-m68k/segment.h | *(short *)to = get_user_word((const short *) from); |
to | 161 | include/asm-m68k/segment.h | *(short *) to = get_user_word((const short *) from); |
to | 162 | include/asm-m68k/segment.h | *(2+(char *) to) = get_user_byte(2+(const char *) from); |
to | 165 | include/asm-m68k/segment.h | *(int *) to = get_user_long((const int *) from); |
to | 174 | include/asm-m68k/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 193 | include/asm-m68k/segment.h | __generic_memcpy_fromfs(to,from,n); |
to | 197 | include/asm-m68k/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 199 | include/asm-m68k/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 200 | include/asm-m68k/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 202 | include/asm-m68k/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 204 | include/asm-m68k/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 205 | include/asm-m68k/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 108 | include/asm-m68k/string.h | extern inline void * memcpy(void * to, const void * from, size_t n) |
to | 110 | include/asm-m68k/string.h | void *xto = to; |
to | 118 | include/asm-m68k/string.h | : "=a" (to), "=a" (from), "=d" (n) |
to | 119 | include/asm-m68k/string.h | : "0" (to), "1" (from), "2" (n) |
to | 60 | include/asm-mips/page.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 61 | include/asm-mips/page.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 53 | include/asm-mips/pgtable.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 54 | include/asm-mips/pgtable.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 109 | include/asm-mips/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 112 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 116 | include/asm-mips/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 119 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 141 | include/asm-mips/string.h | extern __inline__ void * memcpy(void * to, const void * from, size_t n) |
to | 143 | include/asm-mips/string.h | void *xto = to; |
to | 158 | include/asm-mips/string.h | : "=r" (to), "=r" (from), "=r" (n) |
to | 159 | include/asm-mips/string.h | : "0" (to), "1" (from), "2" (n) |
to | 103 | include/asm-ppc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 105 | include/asm-ppc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 103 | include/asm-sparc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 105 | include/asm-sparc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 11 | include/linux/iso_fs.h | #define ISODCL(from, to) (to - from + 1) |
to | 188 | include/linux/mm.h | extern int copy_page_tables(struct task_struct * to); |
to | 192 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
to | 445 | include/linux/skbuff.h | extern void skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size); |
to | 446 | include/linux/skbuff.h | extern void skb_copy_datagram_iovec(struct sk_buff *from, int offset, struct iovec *to,int size); |
to | 26 | include/net/raw.h | extern int raw_recvfrom(struct sock *sk, unsigned char *to, |
to | 38 | include/net/udp.h | extern int udp_recvfrom(struct sock *sk, unsigned char *to, |
to | 341 | kernel/module.c | struct kernel_sym *to; |
to | 357 | kernel/module.c | to = table; |
to | 359 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |
to | 368 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 369 | kernel/module.c | ++to; |
to | 374 | kernel/module.c | i > 0; --i, ++from, ++to) { |
to | 378 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 60 | mm/memory.c | static inline void copy_page(unsigned long from, unsigned long to) |
to | 63 | mm/memory.c | memset((void *) to, 0, PAGE_SIZE); |
to | 66 | mm/memory.c | memcpy((void *) to, (void *) from, PAGE_SIZE); |
to | 135 | net/appletalk/ddp.c | static atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif) |
to | 141 | net/appletalk/ddp.c | if ( to->sat_port != s->protinfo.af_at.src_port ) |
to | 146 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == 0 && |
to | 147 | net/appletalk/ddp.c | to->sat_addr.s_node == ATADDR_BCAST && |
to | 153 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == s->protinfo.af_at.src_net && |
to | 154 | net/appletalk/ddp.c | (to->sat_addr.s_node == s->protinfo.af_at.src_node |
to | 155 | net/appletalk/ddp.c | ||to->sat_addr.s_node == ATADDR_BCAST )) |
to | 159 | net/core/datagram.c | void skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size) |
to | 161 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
to | 169 | net/core/datagram.c | void skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size) |
to | 171 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
to | 201 | net/ipv4/icmp.c | static void icmp_glue_bits(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 209 | net/ipv4/icmp.c | to, fraglen,icmp_param->csum); |
to | 219 | net/ipv4/icmp.c | to, sizeof(struct icmphdr), |
to | 222 | net/ipv4/icmp.c | to+sizeof(struct icmphdr), |
to | 224 | net/ipv4/icmp.c | icmph=(struct icmphdr *)to; |
to | 162 | net/ipv4/raw.c | static void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 164 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 171 | net/ipv4/raw.c | static void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 173 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 176 | net/ipv4/raw.c | struct iphdr *iph=(struct iphdr *)to; |
to | 231 | net/ipv4/udp.c | static void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 242 | net/ipv4/udp.c | dst = to; |
to | 248 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 260 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |
to | 271 | net/ipv4/udp.c | static void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 282 | net/ipv4/udp.c | dst = to; |
to | 288 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 292 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |