Searched defs:acked (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_newreno.c | 142 uint32_t acked = 0; in tcp_newreno_congestion_avd() local 176 uint32_t acked = 0; in tcp_newreno_ack_rcvd() local
|
| H A D | tcp_prague.c | 195 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 D | tcp_ledbat.c | 196 int acked = 0; in tcp_ledbat_congestion_avd() local 394 uint32_t acked = 0; in tcp_ledbat_ack_rcvd() local
|
| H A D | tcp_cubic.c | 372 uint32_t acked, abc_lim, incr; in tcp_cubic_ack_rcvd() local
|
| H A D | tcp_input.c | 1362 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 D | mptcp_opt.c | 1185 uint64_t acked = full_dack - mp_tp->mpt_snduna; in mptcp_data_ack_rcvd() local
|
| H A D | tcp_subr.c | 492 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack()
|