Home
last modified time | relevance | path

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

/net/rxrpc/
Dconn_event.c101 pkt.ack.firstPacket = htonl(chan->last_seq + 1); in rxrpc_conn_retransmit_call()
102 pkt.ack.previousPacket = htonl(chan->last_seq); in rxrpc_conn_retransmit_call()
Dconn_object.c178 chan->last_seq = call->rx_hard_ack; in __rxrpc_disconnect_call()
Dar-internal.h437 u32 last_seq; member
/net/mctp/
Droute.c298 key->last_seq = this_seq; in mctp_frag_queue()
302 exp_seq = (key->last_seq + 1) & MCTP_HDR_SEQ_MASK; in mctp_frag_queue()
315 key->last_seq = this_seq; in mctp_frag_queue()
/net/netfilter/
Dnf_conntrack_proto_tcp.c704 state->last_seq == seq && in tcp_in_window()
711 state->last_seq = seq; in tcp_in_window()
1038 ct->proto.tcp.last_seq = ntohl(th->seq); in nf_conntrack_tcp_packet()