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

  /src/sys/netinet/
tcp_sack.c 251 tcp_seq left, right, acked; local in function:tcp_sack_option
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 in function:tcp_reno_newack
607 tp->t_bytes_acked += acked;
626 incr = uimin(acked, abc_lim);
721 * new data was acked
tcp_input.c 301 icmp_check(struct tcpcb *tp, const struct tcphdr *th, int acked)
316 if (tp->t_pmtud_mss_acked < acked)
317 tp->t_pmtud_mss_acked = acked;
1200 int todrop, acked, ourfinisacked, needoutput = 0; local in function:tcp_input
1805 * the sender side of the transfer. Just free the data acked and
1851 acked = th->th_ack - tp->snd_una;
1856 acked);
1860 if (acked > (tp->t_lastoff - tp->t_inoff))
1862 sbdrop(&so->so_snd, acked);
1863 tp->t_lastoff -= acked;
    [all...]
  /src/sys/fs/nfs/common/
nfsrvcache.h 70 int acked; member in struct:nfsrvcache::__anon67d9e4aa020a::__anon67d9e4aa0408
88 #define rc_acked rc_un2.ot.acked
  /src/sys/dev/ic/
isp.c 5424 int acked = 0; local in function:isp_parse_async
5444 acked = 1;
5466 acked = 1;
5491 acked = 1;
5501 acked = 1;
5602 return (acked);
5618 int acked = 0; local in function:isp_parse_async_fc
5648 acked = 1;
5682 acked = 1;
5713 acked = 1
    [all...]

Completed in 18 milliseconds