Searched refs:acked (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsrvcache.h68 int acked; member in struct:nfsrvcache::__anon9262::__anon9264
86 #define rc_acked rc_un2.ot.acked
/freebsd-9.3-release/sys/netinet/khelp/
H A Dh_ertt.c126 #define MULTI_ACK 0x01 /* More than this txsi is acked. */
204 int acked, measurenext_len, multiack, new_sacked_bytes, rtt_bytes_adjust; local
218 acked = th->th_ack - tp->snd_una;
223 if (acked > 0 || new_sacked_bytes) {
224 if (acked == 0 && new_sacked_bytes) {
254 if (acked > tp->t_maxseg) {
259 } else if (acked > txsi->len) {
264 } else if (acked == tp->t_maxseg ||
265 acked == txsi->len) {
369 txsi->len -= acked;
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_input.c1461 int thflags, acked, ourfinisacked, needoutput = 0; local
1609 * free the data acked & wake any higher level process
1690 acked = BYTES_THIS_ACK(tp, th);
1696 TCPSTAT_ADD(tcps_rcvackbyte, acked);
1697 sbdrop(&so->so_snd, acked);
1721 * If all outstanding data are acked, stop
1903 * if SYN has been acked change to ESTABLISHED else SYN_RCVD state
1904 * arrange for segment to be acked (eventually)
1936 tp->snd_una++; /* SYN is acked */
2628 acked
[all...]
H A Dsctp_indata.c2636 * newly acked. update
2665 * dest is being acked, then we have a new (rtx-)pseudo-cumack. Set
2883 * ACKED it has been previously acked but not this
2921 /* it has been re-acked in this SACK */
3467 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local
3491 acked++;
3503 inflight, inbetween, resend, above, acked);
3654 SCTP_PRINTF("Warning, an unsent is now acked?\n");
3712 * acked for the first time, set the
4110 * queue (cum-ack is equal to last acked) the
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A Disp.c5617 int acked = 0; local
5637 acked = 1;
5659 acked = 1;
5684 acked = 1;
5694 acked = 1;
5795 return (acked);
5811 int acked = 0; local
5841 acked = 1;
5875 acked = 1;
5906 acked
[all...]
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c3333 _bwi_txeof(struct bwi_softc *sc, uint16_t tx_id, int acked, int data_txcnt) argument
3359 "acked %d, data_txcnt %d, ni %p\n",
3360 buf_idx, acked, data_txcnt, tb->tb_ni);
3373 * Feed back 'acked and data_txcnt'. Note that the
3381 IEEE80211_RATECTL_TX_FAILURE, &acked, NULL);
3389 ieee80211_process_callback(ni, tb->tb_mbuf, !acked);

Completed in 195 milliseconds