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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h495 #define NET_IP_ALIGN 2 macro
H A Dvmxnet3.c190 iobuf = alloc_iob ( VMXNET3_MTU + NET_IP_ALIGN );
195 iob_reserve ( iobuf, NET_IP_ALIGN );
H A Datl1e.c794 iob = alloc_iob(packet_size + NET_IP_ALIGN);
800 iob_reserve(iob, NET_IP_ALIGN);
H A Datl1e.h47 #define NET_IP_ALIGN 2 macro
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c95 #ifndef NET_IP_ALIGN
96 # define NET_IP_ALIGN 2 macro
640 pPkt = dev_alloc_skb(pSG->cbTotal + NET_IP_ALIGN);
651 skb_reserve(pPkt, NET_IP_ALIGN);

Completed in 2507 milliseconds