Searched defs:acked (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_prague.c | 189 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 D | tcp_newreno.c | 144 uint32_t acked = 0; in tcp_newreno_congestion_avd() local 180 uint32_t acked = 0; in tcp_newreno_ack_rcvd() local
|
| H A D | tcp_ledbat.c | 198 int acked = 0; in tcp_ledbat_congestion_avd() local 398 uint32_t acked = 0; in tcp_ledbat_ack_rcvd() local
|
| H A D | tcp_cubic.c | 338 uint32_t acked, abc_lim, incr; in tcp_cubic_ack_rcvd() local
|
| H A D | tcp_input.c | 1275 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 D | mptcp_opt.c | 1091 uint64_t acked = full_dack - mp_tp->mpt_snduna; in mptcp_data_ack_rcvd() local
|
| H A D | tcp_subr.c | 575 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack()
|