Home
last modified time | relevance | path

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

/net/rxrpc/
Dcall_event.c164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
208 retrans++; in rxrpc_resend()
214 resend_at += jiffies + rxrpc_get_rto_backoff(call->peer, retrans); in rxrpc_resend()
224 if (!retrans) { in rxrpc_resend()
Drtt.c173 unsigned long rxrpc_get_rto_backoff(struct rxrpc_peer *peer, bool retrans) in rxrpc_get_rto_backoff() argument
180 if (retrans && timo_j * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()
Doutput.c351 bool retrans) in rxrpc_send_data_packet() argument
412 retrans || in rxrpc_send_data_packet()
424 whdr.flags, retrans, true); in rxrpc_send_data_packet()
429 trace_rxrpc_tx_data(call, sp->hdr.seq, serial, whdr.flags, retrans, in rxrpc_send_data_packet()
/net/netfilter/
Dnf_conntrack_proto_tcp.c657 state->retrans++; in tcp_in_window()
664 state->retrans = 0; in tcp_in_window()
1185 if (ct->proto.tcp.retrans >= tn->tcp_max_retrans && in nf_conntrack_tcp_packet()
/net/ipv4/
Dtcp.c382 static int retrans_to_secs(u8 retrans, int timeout, int rto_max) in retrans_to_secs() argument
386 if (retrans > 0) { in retrans_to_secs()
388 while (--retrans) { in retrans_to_secs()