Searched refs:pkts_acked (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_input.c | 1896 tcp_process_ace_field(struct tcpcb *tp, uint32_t pkts_acked, uint64_t old_sceb, uint8_t ace) in tcp_process_ace_field() argument 1902 if (pkts_acked <= TCP_ACE_MASK) { in tcp_process_ace_field() 1907 safe_delta = pkts_acked - ((pkts_acked - delta) & TCP_ACE_MASK); in tcp_process_ace_field() 1975 uint32_t pkts_acked, uint8_t ace) in tcp_process_accecn() argument 1984 uint32_t delta = tcp_process_ace_field(tp, pkts_acked, old_sceb, ace); in tcp_process_accecn() 3221 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input() local 3222 tp->total_ect_packets_acked += pkts_acked; in tcp_input() 3230 tcp_process_accecn(tp, &to, th, pkts_acked, ace); in tcp_input() 5389 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input() local 5390 tp->total_ect_packets_acked += pkts_acked; in tcp_input() [all …]
|