Home
last modified time | relevance | path

Searched refs:firstPacket (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dprotocol.h110 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */ member
H A Dconn_event.c156 pkt.ack.firstPacket = htonl(chan->last_seq + 1); in rxrpc_conn_retransmit_call()
172 ntohl(pkt.ack.firstPacket), in rxrpc_conn_retransmit_call()
H A Doutput.c101 txb->ack.firstPacket = htonl(window); in rxrpc_fill_out_ack()
222 ntohl(txb->ack.firstPacket), in rxrpc_send_ack_packet()
H A Dcall_event.c90 txb->ack.firstPacket = 0; in rxrpc_send_ACK()
H A Dinput.c875 first_soft_ack = ntohl(ack.firstPacket); in rxrpc_input_ack()