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

/vbox/src/VBox/NetworkServices/NAT/
H A Dfwudp.c98 volatile size_t vacant; member in struct:fwudp::__anon16539
226 fwudp->inbuf.vacant = 0;
297 beg = fwudp->inbuf.vacant;
298 if (beg == lim) { /* no vacant slot */
339 fwudp->inbuf.vacant = beg;
362 if (idx == fwudp->inbuf.vacant) {
520 LWIP_ASSERT1(fwudp->inbuf.unsent == fwudp->inbuf.vacant);
H A Dpxtcp.c93 volatile size_t vacant; member in struct:ringbuf
104 * "vacant"). Not declared volatile since it's only accessed from
609 pxtcp->inbuf.vacant = 0;
798 " unacked %d, unsent %d, vacant %d, %s - DEFER!\n",
802 (int)pxtcp->inbuf.vacant,
1805 beg = pxtcp->inbuf.vacant;
1855 pxtcp->inbuf.vacant = wrnew;
2034 lim = pxtcp->inbuf.vacant;
2047 * reschedule us as it receives more data and vacant (lim)
2124 if (pxtcp->inbound_close && pxtcp->inbuf.unsent == pxtcp->inbuf.vacant) {
[all...]

Completed in 45 milliseconds