Home
last modified time | relevance | path

Searched refs:tcp_packets_this_ack (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_input.c3785 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input()
5218 uint32_t pkts_sacked = tcp_packets_this_ack(tp, sack_bytes_acked); in tcp_input()
5625 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input()
5650 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input()
H A Dtcp_var.h1856 uint32_t tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked);
H A Dtcp_subr.c575 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack() function