Home
last modified time | relevance | path

Searched refs:CSUM_ALL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/net/
H A Dchecksum.h27 #define CSUM_ALL (CSUM_IP | CSUM_TCP | CSUM_UDP) macro
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c182 net_checksum_calculate(pkt, UDP_PKT_HEADER_SIZE + udp_data_len, CSUM_ALL); in create_udp_pkt()
/openbmc/qemu/hw/net/
H A Dxen_nic.c204 net_checksum_calculate(tmpbuf, txreq.size, CSUM_ALL); in net_tx_packets()
H A Dallwinner-sun8i-emac.c537 net_checksum_calculate(packet_buf, packet_bytes, CSUM_ALL); in allwinner_sun8i_emac_transmit()
H A Dcadence_gem.c1370 net_checksum_calculate(s->tx_packet, total_bytes, CSUM_ALL); in gem_transmit()