Home
last modified time | relevance | path

Searched defs:acked (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_newreno.c142 uint32_t acked = 0; in tcp_newreno_congestion_avd() local
176 uint32_t acked = 0; in tcp_newreno_ack_rcvd() local
H A Dtcp_prague.c195 tcp_cubic_ack_ca(struct tcpcb *tp, struct tcphdr *th, uint32_t acked) in tcp_cubic_ack_ca()
253 uint32_t acked = tp->t_ccstate->prague_bytes_acked; in tcp_prague_ack_rcvd() local
409 prague_ca_after_ce(struct tcpcb *tp, uint32_t acked) in prague_ca_after_ce()
581 tcp_prague_set_bytes_acked(struct tcpcb *tp, uint32_t acked) in tcp_prague_set_bytes_acked()
H A Dtcp_ledbat.c196 int acked = 0; in tcp_ledbat_congestion_avd() local
394 uint32_t acked = 0; in tcp_ledbat_ack_rcvd() local
H A Dtcp_cubic.c372 uint32_t acked, abc_lim, incr; in tcp_cubic_ack_rcvd() local
H A Dtcp_input.c1362 u_int32_t fsize, acked; in tcp_bad_rexmt_restore_state() local
2029 int todrop, acked = 0, ourfinisacked, needoutput = 0; in tcp_input() local
H A Dmptcp_opt.c1185 uint64_t acked = full_dack - mp_tp->mpt_snduna; in mptcp_data_ack_rcvd() local
H A Dtcp_subr.c492 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack()