Searched refs:firstPacket (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/rxrpc/
H A Dprotocol.h110 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */ member in struct:rxrpc_ackpacket
H A Dconn_event.c156 pkt.ack.firstPacket = htonl(chan->last_seq + 1);
172 ntohl(pkt.ack.firstPacket),
H A Doutput.c103 ack->firstPacket = htonl(window);
203 ntohl(ack->firstPacket),
H A Dio_thread.c149 sp->ack.first_ack = ntohl(ack.firstPacket);

Completed in 136 milliseconds