HomeSort by: relevance | last modified time | path
    Searched defs:acked (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/netinet/
tcp_sack.c 251 tcp_seq left, right, acked; local
281 acked = (SEQ_GT(th->th_ack, tp->snd_una)) ? th->th_ack : tp->snd_una;
288 if (SEQ_LEQ(right, acked) || SEQ_GT(right, tp->snd_max) ||
tcp_congctl.c 477 * bytes past the last ACKed segment,
592 * When new data is acked, open the congestion window.
604 int acked = th->th_ack - tp->snd_una; local
607 tp->t_bytes_acked += acked;
626 incr = uimin(acked, abc_lim);
721 * new data was acked
  /src/external/gpl3/gdb/dist/sim/bfin/
devices.h 35 bool acked; member in struct:dv_bfin
dv-bfin_eppi.c 37 bool acked; member in struct:bfin_eppi
dv-bfin_gptimer.c 35 bool acked; member in struct:bfin_gptimer
dv-bfin_nfc.c 35 bool acked; member in struct:bfin_nfc
dv-bfin_ppi.c 37 bool acked; member in struct:bfin_ppi
dv-bfin_spi.c 35 bool acked; member in struct:bfin_spi
dv-bfin_twi.c 35 bool acked; member in struct:bfin_twi
dv-bfin_uart2.c 37 bool acked; member in struct:bfin_uart
dv-bfin_dma.c 42 bool acked; member in struct:bfin_dma
266 bfin_peer->acked = false;
302 if ((!dma->acked && dma->curr_x_count) || bfin_dma_finish_x (me, dma))
dv-bfin_dmac.c 36 bool acked; member in struct:bfin_dmac
dv-bfin_uart.c 38 bool acked; member in struct:bfin_uart
  /src/external/gpl3/gdb.old/dist/sim/bfin/
devices.h 35 bool acked; member in struct:dv_bfin
dv-bfin_eppi.c 37 bool acked; member in struct:bfin_eppi
dv-bfin_gptimer.c 35 bool acked; member in struct:bfin_gptimer
dv-bfin_nfc.c 35 bool acked; member in struct:bfin_nfc
dv-bfin_ppi.c 37 bool acked; member in struct:bfin_ppi
dv-bfin_spi.c 35 bool acked; member in struct:bfin_spi
dv-bfin_twi.c 35 bool acked; member in struct:bfin_twi
dv-bfin_uart2.c 37 bool acked; member in struct:bfin_uart
dv-bfin_dma.c 42 bool acked; member in struct:bfin_dma
266 bfin_peer->acked = false;
302 if ((!dma->acked && dma->curr_x_count) || bfin_dma_finish_x (me, dma))
dv-bfin_dmac.c 36 bool acked; member in struct:bfin_dmac
dv-bfin_uart.c 38 bool acked; member in struct:bfin_uart
  /src/sys/fs/nfs/common/
nfsrvcache.h 70 int acked; member in struct:nfsrvcache::__anon6793::__anon6795
88 #define rc_acked rc_un2.ot.acked

Completed in 39 milliseconds

1 2