Searched refs:compute_ip_checksum (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 32 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in set_icmp_header() 39 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); in set_icmp_header() 105 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in ping_receive() 109 icmph->checksum = compute_ip_checksum(icmph, len - IP_HDR_SIZE); in ping_receive()
|
| H A D | checksum.c | 14 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum() function 59 return !(compute_ip_checksum(addr, nbytes) & 0xfffe); in ip_checksum_ok()
|
| H A D | checksum.su | |
| H A D | net.c | 1475 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in net_set_udp_header()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | sdram.c | 90 c1 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed, in read_seed_from_cmos() 92 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in read_seed_from_cmos() 156 c1 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed, in write_seeds_to_cmos() 158 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in write_seeds_to_cmos()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | coreboot_table.c | 93 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize() 94 cbh->header_checksum = compute_ip_checksum(cbh, cbh->header_bytes); in cb_table_finalize()
|
| H A D | mrccache.c | 69 if (cache->checksum != compute_ip_checksum(cache->data, in mrccache_find_current() 177 checksum = compute_ip_checksum(gd->arch.mrc_output, cache->data_size); in mrccache_reserve()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 140 ipr->ip_sum = compute_ip_checksum(ipr, in sb_eth_send() 145 icmpr->checksum = compute_ip_checksum(icmpr, in sb_eth_send()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/ |
| H A D | tables.c | 136 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 614 unsigned compute_ip_checksum(const void *addr, unsigned nbytes);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |