Home
last modified time | relevance | path

Searched refs:CSUM_UDP (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/net/
H A Dchecksum.h26 #define CSUM_UDP 0x04 macro
27 #define CSUM_ALL (CSUM_IP | CSUM_TCP | CSUM_UDP)
/openbmc/qemu/net/
H A Dchecksum.c157 if (!(csum_flag & CSUM_UDP)) { in net_checksum_calculate()
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c202 csum |= CSUM_UDP; in process_tx_fcb()
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c502 csum |= CSUM_TCP | CSUM_UDP; in gmac_tx_get_csum()
H A Dimx_fec.c587 csum |= (CSUM_TCP | CSUM_UDP); in imx_enet_do_tx()
H A Dftgmac100.c609 csum |= CSUM_UDP; in ftgmac100_do_tx()
H A Dvirtio-net.c1700 net_checksum_calculate(buf, size, CSUM_UDP); in work_around_broken_dhclient()