Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dchecksum.h25 #define CSUM_TCP 0x02 macro
27 #define CSUM_ALL (CSUM_IP | CSUM_TCP | CSUM_UDP)
/openbmc/qemu/net/
H A Dfilter-rewriter.c117 pkt->size - pkt->vnet_hdr_len, CSUM_TCP); in handle_primary_tcp_pkt()
219 pkt->size - pkt->vnet_hdr_len, CSUM_TCP); in handle_secondary_tcp_pkt()
H A Dchecksum.c133 if (!(csum_flag & CSUM_TCP)) { in net_checksum_calculate()
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c210 csum |= CSUM_TCP; 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.c606 csum |= CSUM_TCP; in ftgmac100_do_tx()