Home
last modified time | relevance | path

Searched refs:net_checksum_add_cont (Results 1 – 2 of 2) sorted by relevance

/qemu/include/net/
H A Dchecksum.h29 uint32_t net_checksum_add_cont(int len, uint8_t *buf, int seq);
38 return net_checksum_add_cont(len, buf, 0); in net_checksum_add()
/qemu/net/
H A Dchecksum.c22 uint32_t net_checksum_add_cont(int len, uint8_t *buf, int seq) in net_checksum_add_cont() function
199 res += net_checksum_add_cont(len, chunk_buf, csum_offset); in net_checksum_add_iov()