Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
H A Dprotocol.h110 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */ member
H A Dconn_event.c101 pkt.ack.firstPacket = htonl(chan->last_seq + 1); in rxrpc_conn_retransmit_call()
137 ntohl(pkt.ack.firstPacket), in rxrpc_conn_retransmit_call()
H A Doutput.c98 pkt->ack.firstPacket = htonl(hard_ack + 1); in rxrpc_fill_out_ack()
247 ntohl(pkt->ack.firstPacket), in rxrpc_send_ack_packet()
H A Dinput.c830 return false; /* firstPacket regressed */ in rxrpc_is_ack_valid()
844 * ack.firstPacket is the sequence number of the first soft-ACK'd/NAK'd packet
875 first_soft_ack = ntohl(buf.ack.firstPacket); in rxrpc_input_ack()
/kernel/linux/linux-6.6/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.c814 return false; /* firstPacket regressed */ in rxrpc_is_ack_valid()
828 * ack.firstPacket is the sequence number of the first soft-ACK'd/NAK'd packet
854 first_soft_ack = ntohl(ack.firstPacket); in rxrpc_input_ack()

Completed in 8 milliseconds