Searched defs:do_csum (Results 1 – 11 of 11) sorted by relevance
22 #define do_csum do_csum macro
21 .globl do_csum symbol23 do_csum: label
32 __wsum do_csum(const unsigned char *buff, int len) in do_csum() function
34 static unsigned do_csum(const unsigned char *buff, unsigned len) in do_csum() function
46 static unsigned long do_csum(const unsigned char * buff, int len) in do_csum() function
41 static inline unsigned int do_csum(const unsigned char * buff, int len) in do_csum() function
81 static inline unsigned long do_csum(const unsigned char * buff, int len) in do_csum() function
100 unsigned int do_csum(const void *voidptr, int len) in do_csum() function
112 unsigned char do_csum:1; member