firstPacket        93 net/rxrpc/conn_event.c 		pkt.ack.firstPacket	= htonl(chan->last_seq + 1);
firstPacket       129 net/rxrpc/conn_event.c 				   ntohl(pkt.ack.firstPacket),
firstPacket       862 net/rxrpc/input.c 	first_soft_ack = ntohl(buf.ack.firstPacket);
firstPacket        91 net/rxrpc/output.c 	pkt->ack.firstPacket	= htonl(hard_ack + 1);
firstPacket       193 net/rxrpc/output.c 			   ntohl(pkt->ack.firstPacket),
firstPacket       110 net/rxrpc/protocol.h 	__be32		firstPacket;	/* sequence no of first ACK'd packet in attached list */