Home
last modified time | relevance | path

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

/qemu/include/net/
H A Deth.h246 #define IP_FRAG_ALIGN_SIZE(x) ((x) & ~0x7) macro
/qemu/hw/net/
H A Dnet_tx_pkt.c696 *src_len = IP_FRAG_ALIGN_SIZE(pkt->virt_hdr.gso_size); in net_tx_pkt_udp_fragment_init()