Searched refs:do_csum (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/hexagon/include/asm/ |
| H A D | checksum.h | 9 #define do_csum do_csum macro 10 unsigned int do_csum(const void *voidptr, int len);
|
| /linux/arch/arm64/include/asm/ |
| H A D | checksum.h | 44 extern unsigned int do_csum(const unsigned char *buff, int len); 45 #define do_csum do_csum macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | checksum.h | 15 extern unsigned int do_csum(const unsigned char *buff, int len); 16 #define do_csum do_csum macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | checksum.h | 63 extern unsigned int do_csum(const unsigned char *buff, int len); 64 #define do_csum do_csum macro
|
| /linux/usr/ |
| H A D | gen_init_cpio.c | 37 static bool do_csum = false; variable 94 do_csum ? "070702" : "070701", /* magic */ in cpio_trailer() 133 do_csum ? "070702" : "070701", /* magic */ in cpio_mkslink() 190 do_csum ? "070702" : "070701", /* magic */ in cpio_mkgeneric() 291 do_csum ? "070702" : "070701", /* magic */ in cpio_mknod() 409 if (do_csum && cpio_mkfile_csum(file, buf.st_size, &csum) < 0) { in cpio_mkfile() 438 do_csum ? "070702" : "070701", /* magic */ in cpio_mkfile() 673 do_csum = true; in main()
|
| /linux/arch/loongarch/lib/ |
| H A D | csum.c | 23 unsigned int __no_sanitize_address do_csum(const unsigned char *buff, int len) in do_csum() function
|
| /linux/arch/arm64/lib/ |
| H A D | csum.c | 21 unsigned int __no_sanitize_address do_csum(const unsigned char *buff, int len) in do_csum() function
|
| /linux/arch/riscv/lib/ |
| H A D | csum.c | 262 unsigned int do_csum(const unsigned char *buff, int len) in do_csum() function
|
| /linux/arch/hexagon/lib/ |
| H A D | checksum.c | 85 unsigned int do_csum(const void *voidptr, int len) in do_csum() function
|
| /linux/net/netfilter/ |
| H A D | nf_nat_proto.c | 42 enum nf_nat_manip_type maniptype, bool do_csum) in __udp_manip_pkt() argument 55 if (do_csum) { in __udp_manip_pkt()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 1275 goto do_csum; in emac_tso_csum() 1309 do_csum: in emac_tso_csum()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1763 int do_tstamp, do_csum, do_vlan; in gfar_start_xmit() local 1773 do_csum = (CHECKSUM_PARTIAL == skb->ip_summed); in gfar_start_xmit() 1778 if (do_csum || do_vlan) in gfar_start_xmit() 1834 if (do_csum) { in gfar_start_xmit()
|