Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_prague.c189 tcp_cubic_ack_ca(struct tcpcb *tp, struct tcphdr *th, uint32_t acked) in tcp_cubic_ack_ca()
247 uint32_t acked = tp->t_ccstate->prague_bytes_acked; in tcp_prague_ack_rcvd() local
378 prague_ca_after_ce(struct tcpcb *tp, uint32_t acked) in prague_ca_after_ce()
550 tcp_prague_set_bytes_acked(struct tcpcb *tp, uint32_t acked) in tcp_prague_set_bytes_acked()
H A Dtcp_newreno.c144 uint32_t acked = 0; in tcp_newreno_congestion_avd() local
180 uint32_t acked = 0; in tcp_newreno_ack_rcvd() local
H A Dtcp_ledbat.c198 int acked = 0; in tcp_ledbat_congestion_avd() local
398 uint32_t acked = 0; in tcp_ledbat_ack_rcvd() local
H A Dtcp_cubic.c338 uint32_t acked, abc_lim, incr; in tcp_cubic_ack_rcvd() local
H A Dtcp_input.c1275 u_int32_t fsize, acked; in tcp_bad_rexmt_restore_state() local
2765 int todrop, acked = 0, ourfinisacked, needoutput = 0; in tcp_input() local
H A Dmptcp_opt.c1091 uint64_t acked = full_dack - mp_tp->mpt_snduna; in mptcp_data_ack_rcvd() local
H A Dtcp_subr.c575 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack()