Searched defs:vnetCanReceive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp625 static int vnetCanReceive(PVNETSTATE pThis) function
630 LogFlow(("%s vnetCanReceive\n", INSTANCE(pThis)));
646 LogFlow(("%s vnetCanReceive -> %Rrc\n", INSTANCE(pThis), rc));
658 int rc = vnetCanReceive(pThis);
673 int rc2 = vnetCanReceive(pThis);
951 int rc = vnetCanReceive(pThis);

Completed in 64 milliseconds