Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxen_nic.c254 #define NET_IP_ALIGN 2 macro
276 if (size > XEN_PAGE_SIZE - NET_IP_ALIGN) { in net_rx_packet()
279 XEN_PAGE_SIZE - NET_IP_ALIGN); in net_rx_packet()
295 memcpy(page + NET_IP_ALIGN, buf, size); in net_rx_packet()
297 net_rx_response(netdev, &rxreq, NETIF_RSP_OKAY, NET_IP_ALIGN, size, 0); in net_rx_packet()