| /src/sys/fs/nfs/common/ |
| nfsrvcache.h | 70 int acked; member in struct:nfsrvcache::__anon6793::__anon6795 88 #define rc_acked rc_un2.ot.acked
|
| /src/sys/netinet/ |
| 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 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...] |
| 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/bsd/wpa/dist/src/pasn/ |
| pasn_common.h | 172 const u8 *data, size_t data_len, u8 acked);
|
| pasn_initiator.c | 1367 const u8 *data, size_t data_len, u8 acked) 1373 wpa_printf(MSG_DEBUG, "PASN: auth_tx_status: acked=%u", acked); 1387 "PASN: auth with trans_seq=%u, acked=%u", pasn->trans_seq, 1388 acked); 1391 * Even if the frame was not acked, do not treat this is an error, and 1399 * Either frame was not ACKed or it was ACKed but the trans_seq
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| pasn_supplicant.c | 892 const u8 *data, size_t data_len, u8 acked) 904 ret = wpa_pasn_auth_tx_status(pasn, data, data_len, acked);
|
| wpa_supplicant_i.h | 2000 const u8 *data, size_t data_len, u8 acked);
|
| /src/sys/dev/ic/ |
| isp.c | 5424 int acked = 0; local 5444 acked = 1; 5466 acked = 1; 5491 acked = 1; 5501 acked = 1; 5602 return (acked); 5618 int acked = 0; local 5648 acked = 1; 5682 acked = 1; 5713 acked = 1 [all...] |
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211.c | 2134 int res, found_ee = 0, found_wifi = 0, acked = 0; local 2158 acked = *ack; 2178 event.eapol_tx_status.ack = acked; 10321 * this frame is ACKed */ 10328 /* Send data frame to poll STA and check whether this frame is ACKed */
|