Home
last modified time | relevance | path

Searched refs:unacked (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/netinet/
H A Ddccp_tcplike.h136 u_int16_t unacked; /* no of unacked packets */ member
H A Ddccp_tcplike.c864 ccb->unacked = 0; in tcplike_recv_init()
990 cb->unacked++; in tcplike_recv_packet_recv()
992 if (cb->unacked >= cb->pcb->ack_ratio) { in tcplike_recv_packet_recv()
997 cb->unacked = 0; in tcplike_recv_packet_recv()
/netbsd/external/mpl/dhcp/dist/tests/failover/
H A Ddhcp-2.cf32 max-unacked-updates 10;
H A Ddhcp-1.cf32 max-unacked-updates 10;
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_sge.c882 txq->unacked += ndesc; in txq_prod()
883 txqs->compl = (txq->unacked & 8) << (S_WR_COMPL - 3); in txq_prod()
884 txq->unacked &= 7; in txq_prod()
1745 txqs.compl = (q->unacked & 8) << (S_WR_COMPL - 3); in write_ofld_wr()
H A Dcxgb_adapter.h259 uint32_t unacked; member