Searched refs:tcp_packets_this_ack (Results 1 – 3 of 3) sorted by relevance
1796 uint32_t tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked);
3221 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input()4979 uint32_t pkts_sacked = tcp_packets_this_ack(tp, sack_bytes_acked); in tcp_input()5389 uint32_t pkts_acked = tcp_packets_this_ack(tp, acked); in tcp_input()
490 tcp_packets_this_ack(struct tcpcb *tp, uint32_t acked) in tcp_packets_this_ack() function