Home
last modified time | relevance | path

Searched refs:ETH_HLEN (Results 1 – 8 of 8) sorted by relevance

/qemu/include/net/
H A Deth.h33 #define ETH_HLEN 14 macro
/qemu/hw/net/
H A Drtl8139.c2075 if (saved_size < ETH_HLEN + sizeof(struct ip_header)) { in rtl8139_cplus_transmit_one()
2101 eth_payload_data = saved_buffer + ETH_HLEN; in rtl8139_cplus_transmit_one()
2102 eth_payload_len = saved_size - ETH_HLEN; in rtl8139_cplus_transmit_one()
2151 ip_data_len, saved_size - ETH_HLEN, large_send_mss); in rtl8139_cplus_transmit_one()
2246 int tso_send_size = ETH_HLEN + hlen + tcp_hlen + chunk_size; in rtl8139_cplus_transmit_one()
H A Dnpcm7xx_emc.c509 if (len < ETH_HLEN || in emc_receive()
H A De1000.c70 #define MAXIMUM_ETHERNET_HDR_LEN (ETH_HLEN + 4)
H A De1000e_core.c1671 iov_to_buf(iov, iovcnt, iov_ofs, buf, ETH_HLEN + 4); in e1000e_receive_internal()
H A Digb_core.c1067 iov_to_buf(iov, iovcnt, iov_ofs + ETH_HLEN, &ptp2, sizeof(ptp2)) >= sizeof(ptp2) && in igb_receive_assign()
/qemu/net/
H A Deth.c29 memmove(vhdr + 1, vhdr, *ehdr_size - ETH_HLEN); in eth_setup_vlan_headers()
H A Dcolo-compare.c511 uint16_t offset = network_header_length + ETH_HLEN + ppkt->vnet_hdr_len; in colo_packet_compare_udp()
550 uint16_t offset = network_header_length + ETH_HLEN + ppkt->vnet_hdr_len; in colo_packet_compare_icmp()