Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet_int.h57 uint64_t dp_rcvd_acks; member
81 CTASSERT(sizeof(((struct debugnet_pcb *)0)->dp_rcvd_acks) * NBBY >=
H A Ddebugnet.c249 pcb->dp_rcvd_acks = 0; in debugnet_send()
266 if ((pcb->dp_rcvd_acks & (1 << i)) != 0) { in debugnet_send()
330 while (pcb->dp_rcvd_acks != want_acks) { in debugnet_send()
440 pcb->dp_rcvd_acks |= 1 << (rcv_ackno - pcb->dp_seqno); in debugnet_handle_ack()