Home
last modified time | relevance | path

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

/qemu/include/net/
H A Deth.h407 eth_fix_ip4_checksum(void *l3hdr, size_t l3hdr_len);
/qemu/hw/net/
H A Dnet_tx_pkt.c658 eth_fix_ip4_checksum(l3hdr->iov_base, l3hdr->iov_len); in net_tx_pkt_tcp_fragment_fix()
719 eth_fix_ip4_checksum(l3hdr->iov_base, l3hdr->iov_len); in net_tx_pkt_udp_fragment_fix()
/qemu/hw/hyperv/
H A Dsyndbg.c173 eth_fix_ip4_checksum(PKT_GET_IP_HDR(pkt), PKT_GET_IP_HDR_LEN(pkt)); in create_udp_pkt()
/qemu/net/
H A Deth.c319 eth_fix_ip4_checksum(void *l3hdr, size_t l3hdr_len) in eth_fix_ip4_checksum() function