Home
last modified time | relevance | path

Searched refs:ip_checksum_ok (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dchecksum.c57 int ip_checksum_ok(const void *addr, unsigned nbytes) in ip_checksum_ok() function
H A Dnet.c1172 if (!ip_checksum_ok((uchar *)ip, IP_HDR_SIZE)) { in net_process_received_packet()
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dtables.c133 if (!ip_checksum_ok(header, sizeof(*header))) in cb_parse_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h635 int ip_checksum_ok(const void *addr, unsigned nbytes);