Searched refs:pkts_acked (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_input.c | 1898 tcp_process_ace_field(struct tcpcb *tp, uint32_t pkts_acked, uint64_t old_sceb, uint8_t ace) in tcp_process_ace_field() argument 1904 if (pkts_acked <= TCP_ACE_MASK) { in tcp_process_ace_field() 1909 safe_delta = pkts_acked - ((pkts_acked - delta) & TCP_ACE_MASK); in tcp_process_ace_field() 1977 uint32_t pkts_acked, uint8_t ace) in tcp_process_accecn() argument 1986 uint32_t delta = tcp_process_ace_field(tp, pkts_acked, old_sceb, ace); in tcp_process_accecn() 3257 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input() local 3258 tp->total_ect_packets_acked += pkts_acked; in tcp_input() 3266 tcp_process_accecn(tp, &to, th, pkts_acked, ace); in tcp_input() 5445 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input() local 5446 tp->total_ect_packets_acked += pkts_acked; in tcp_input() [all …]
|