Searched refs:acked (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfsrvcache.h | 70 int acked; member 88 #define rc_acked rc_un2.ot.acked
|
| /netbsd-src/sys/netinet/ |
| H A D | tcp_input.c | 301 icmp_check(struct tcpcb *tp, const struct tcphdr *th, int acked) in icmp_check() 316 if (tp->t_pmtud_mss_acked < acked) in icmp_check() 317 tp->t_pmtud_mss_acked = acked; 1200 int todrop, acked, ourfinisacked, needoutput = 0; in tcp_input() 1805 * the sender side of the transfer. Just free the data acked and in tcp_input() 1851 acked = th->th_ack - tp->snd_una; in tcp_input() 1856 acked); in tcp_input() 1860 if (acked > (tp->t_lastoff - tp->t_inoff)) in tcp_input() 1862 sbdrop(&so->so_snd, acked); in tcp_input() 1863 tp->t_lastoff -= acked; in tcp_input() 299 icmp_check(struct tcpcb * tp,const struct tcphdr * th,int acked) icmp_check() argument 1191 int todrop, acked, ourfinisacked, needoutput = 0; tcp_input() local [all...] |
| H A D | tcp_sack.c | 251 tcp_seq left, right, acked; in tcp_sack_option() local 281 acked = (SEQ_GT(th->th_ack, tp->snd_una)) ? th->th_ack : tp->snd_una; in tcp_sack_option() 288 if (SEQ_LEQ(right, acked) || SEQ_GT(right, tp->snd_max) || in tcp_sack_option()
|
| H A D | tcp_congctl.c | 604 int acked = th->th_ack - tp->snd_una; in tcp_reno_newack() local 607 tp->t_bytes_acked += acked; in tcp_reno_newack() 626 incr = uimin(acked, abc_lim); in tcp_reno_newack()
|
| /netbsd-src/external/bsd/tcpdump/dist/ |
| H A D | README.md | 116 were sent. 200ms later they were acked. Shortly thereafter 117 bytes 1024-1535 were sent and again acked after 200ms. 121 1536, 1536 is re-acked when 0 arrives. 144 8 - number of times chunk was acked 171 2 seconds on the average). It was acked once, 140ms 180 or acked. I typically plot this data looking for suspicious
|
| /netbsd-src/sys/dev/ic/ |
| H A D | isp.c | 5424 int acked = 0; in isp_parse_async() local 5444 acked = 1; in isp_parse_async() 5466 acked = 1; in isp_parse_async() 5491 acked = 1; in isp_parse_async() 5501 acked = 1; in isp_parse_async() 5602 return (acked); in isp_parse_async() 5618 int acked = 0; in isp_parse_async_fc() local 5648 acked = 1; in isp_parse_async_fc() 5682 acked = 1; in isp_parse_async_fc() 5713 acked = 1; in isp_parse_async_fc() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 8 acked
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.seq | 1471 * some overrun bytes into the data FIFO and acked them 1638 * already seen and acked (REQINIT never comes true).
|
| H A D | aic7xxx.seq | 1051 * the data FIFO and acked them on the bus. The only
|