Searched refs:ackseq (Results 1 – 2 of 2) sorted by relevance
22 ulong ackseq; /* packets to ack */ member133 b->rptr[0] = uncs->ackseq >> 16; in comp()134 b->rptr[1] = uncs->ackseq >> 8; in comp()135 b->rptr[2] = uncs->ackseq; in comp()303 uncs->ackseq = mseq; in uncomp()
2237 ulong ackseq; in thwackcomp() local2243 ackseq = unthwackstate(c->in.compstate, &mask); in thwackcomp()2245 b->rp[1] = ackseq>>16; in thwackcomp()2246 b->rp[2] = ackseq>>8; in thwackcomp()2247 b->rp[3] = ackseq; in thwackcomp()