Home
last modified time | relevance | path

Searched refs:dp_rcvd_acks (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet_int.h55 uint64_t dp_rcvd_acks; member
81 CTASSERT(sizeof(((struct debugnet_pcb *)0)->dp_rcvd_acks) * NBBY >=
H A Ddebugnet.c272 pcb->dp_rcvd_acks = 0; in debugnet_send()
289 if ((pcb->dp_rcvd_acks & (1 << i)) != 0) { in debugnet_send()
353 while (pcb->dp_rcvd_acks != want_acks) { in debugnet_send()
478 pcb->dp_rcvd_acks |= 1 << (rcv_ackno - pcb->dp_seqno); in debugnet_handle_ack()