HomeSort by: relevance | last modified time | path
    Searched refs:outstanding (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
dccp_tcplike.h 63 int16_t outstanding; /* Number of unacked packets sent */ member in struct:tcplike_send_ccb
dccp_tcplike.c 131 cb->outstanding = 0; /* is this correct? */
149 LOSS_DEBUG((LOG_INFO, "Timeout. CWND value: %u , OUTSTANDING value: %u\n",
150 cb->cwnd, cb->outstanding));
229 cb->outstanding = 0;
234 CWND_DEBUG((LOG_INFO, "Init. CWND value: %u , OUTSTANDING value: %u\n",
235 cb->cwnd, cb->outstanding));
335 if (cb->cwnd <= cb->outstanding) {
337 DCCP_DEBUG((LOG_INFO, "cwnd (%d) < outstanding (%d)\n", cb->cwnd, cb->outstanding));
398 cb->outstanding++
    [all...]
  /src/sys/fs/nfs/common/
bootp_subr.c 158 int outstanding; member in struct:bootpc_ifcontext
606 int outstanding; local in function:bootpc_call
672 outstanding = 0;
687 ifctx->outstanding = 0;
695 outstanding++;
696 ifctx->outstanding = 1;
767 if (outstanding == 0 &&
875 if (ifctx->outstanding) {
876 ifctx->outstanding = 0;
877 outstanding--
    [all...]

Completed in 69 milliseconds