Searched refs:checksum (Results 1 - 25 of 261) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcsum_partial_copy.c103 long len, unsigned long checksum,
112 checksum += carry;
114 checksum += word;
116 carry = checksum < word;
121 checksum += carry;
127 checksum += word;
129 carry = checksum < word;
131 checksum += carry;
134 return checksum;
144 long len, unsigned long checksum,
102 csum_partial_cfu_aligned(const unsigned long *src, unsigned long *dst, long len, unsigned long checksum, int *errp) argument
142 csum_partial_cfu_dest_aligned(const unsigned long *src, unsigned long *dst, unsigned long soff, long len, unsigned long checksum, int *errp) argument
195 csum_partial_cfu_src_aligned(const unsigned long *src, unsigned long *dst, unsigned long doff, long len, unsigned long checksum, unsigned long partial_dest, int *errp) argument
252 csum_partial_cfu_unaligned(const unsigned long * src, unsigned long * dst, unsigned long soff, unsigned long doff, long len, unsigned long checksum, unsigned long partial_dest, int *errp) argument
333 unsigned long checksum = (unsigned) sum; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/lib/
H A DMakefile6 obj-y = delay.o memcpy.o memset.o memmove.o memchr.o old-checksum.o \
7 checksum.o strcasecmp.o strlen.o
H A Dold-checksum.c3 #include <net/checksum.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A DMakefile7 obj-y := lusercopy.o bitops.o checksum.o io.o memset.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/lib/
H A DMakefile9 obj-y := checksum.o dec_and_lock.o string.o strcase.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A DMakefile10 obj-y = checksum.o old-checksum.o delay.o \
H A Dold-checksum.c3 #include <net/checksum.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Daxisflashmap.h38 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_head
45 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Daxisflashmap.h38 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_head
45 __u32 checksum; /* simple longword sum */ member in struct:partitiontable_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/lib/
H A DMakefile13 obj-y := checksum.o string.o strcase.o dec_and_lock.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/lib/
H A Dchecksum.c2 * arch/s390/lib/checksum.c
3 * S390 fast network checksum routines
11 * This file contains network checksum routines
18 #include <asm/checksum.h>
21 * computes a partial checksum, e.g. for TCP/UDP fragments
33 "0: cksm %0,2\n" /* do checksum on longs */
H A DMakefile10 obj-y = checksum.o delay.o memset.o misaligned.o strcmp.o strncpy.o uaccess.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A DMakefile9 obj-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o
H A Dchecksum.S1 /* $Id: checksum.S,v 1.1.1.1 2008/10/15 03:26:01 james26_jang Exp $
2 * A fast checksum routine using movem
13 ;; r12 - checksum
16 ;; we also do _NOT_ want to compute a checksum over more than the
31 ;; do a movem checksum
59 ;; fold the carry into the checksum, to avoid having to loop the carry
81 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below.
88 lsrq 16,$r13 ; r13 = checksum >> 16
89 and.d $r9,$r12 ; checksum
[all...]
H A Dchecksumcopy.S2 * A fast checksum+copy routine using movem
17 ;; r13 - checksum
20 ;; we also do _NOT_ want to compute a checksum over more than the
35 ;; do a movem copy and checksum
65 ;; fold the carry into the checksum, to avoid having to loop the carry
87 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
91 lsrq 16,$r9 ; r0 = checksum >> 16
92 and.d 0xffff,$r13 ; checksum = checksum
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datari_rootsec.h31 u16 checksum; /* checksum for bootable disks */ member in struct:rootsector
H A Dromfs_fs.h25 __u32 checksum; member in struct:romfs_super_block
35 __u32 checksum; member in struct:romfs_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datari_rootsec.h31 u16 checksum; /* checksum for bootable disks */ member in struct:rootsector
H A Dromfs_fs.h25 __u32 checksum; member in struct:romfs_super_block
35 __u32 checksum; member in struct:romfs_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/lib/
H A DMakefile10 obj-y = checksum.o delay.o memset.o misaligned.o strcmp.o strncpy.o uaccess.o
H A Dchecksum.c2 * arch/s390/lib/checksum.c
3 * S390 fast network checksum routines
11 * This file contains network checksum routines
18 #include <asm/checksum.h>
21 * computes a partial checksum, e.g. for TCP/UDP fragments
34 "0: cksm %0,%1\n" /* do checksum on longs */
41 * Fold a partial checksum without adding pseudo headers
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dold-checksum.c2 * Temporal C versions of the checksum functions until optimized assembler versions
6 #include <net/checksum.h>
9 * Copy from userspace and compute checksum. If we catch an exception
33 /* Fallback for csum_and_copy_to_user is currently in include/net/checksum.h */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A DMakefile11 checksum.o memcmp.o memcpy.o memset.o semaphore.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Datari.h31 u16 checksum; /* checksum for bootable disks */ member in struct:rootsector
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dgdb-stub.c51 * checksum. A packet consists of
53 * $<packet info>#<checksum>.
57 * <checksum> :: < two hex digits computed as modulo 256 sum of <packetinfo>>
134 * scan for the sequence $<data>#<checksum>
138 unsigned char checksum; local
151 checksum = 0;
162 checksum = checksum + ch;
176 if (checksum != xmitcsum)
177 putDebugChar('-'); /* failed checksum */
207 unsigned char checksum; local
[all...]

Completed in 202 milliseconds

1234567891011