Home
last modified time | relevance | path

Searched refs:retransmit (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dproc_net_tcp.txt35 | | | | | |------------> retransmit timeout
44 1 retransmit-timer is pending
Dtcp-thin.txt12 retransmissions effectively through fast retransmit instead of
26 1) If the stream is thin, fast retransmit on the first dupACK.
Dsnmp_counter.rst392 When the TCP stack wants to retransmit a packet, and finds that packet
592 stack begins to retransmit the lost packets.
597 packet, so the sender needs to retransmit this packet. In this
634 receives SACK for packet 4 and the sender doesn't retransmit the
641 The TCP stack wants to retransmit a packet and the congestion control
646 The TCP stack wants to retransmit a packet and the congestion control
Dip-sysctl.txt518 On retransmit try to send bigger packets to work around bugs in
535 retransmit N times before killing the connection at the (N+1)th RTO.
1359 IGMPv1 or IGMPv2 report retransmit will take place.
1364 IGMPv3 report retransmit will take place.
1469 and "tcp: Change txhash on every SYN and RTO retransmit"
1890 MLDv1 report retransmit will take place.
1895 MLDv2 report retransmit will take place.
Daf_xdp.rst32 for a while due to a possible retransmit, the descriptor that points
Drds.txt210 ACK and retransmit handling
Dppp_generic.txt53 will then attempt to retransmit the rejected frame(s). If the frame
/Linux-v5.4/net/sctp/
Doutqueue.c197 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init()
233 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown()
365 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent()
428 &asoc->outqueue.retransmit, in sctp_prsctp_prune()
520 sctp_insert_list(&q->retransmit, lchunk); in sctp_retransmit_mark()
603 lqueue = &q->retransmit; in __sctp_outq_flush_rtx()
1011 if (!list_empty(&ctx->q->retransmit)) in sctp_outq_flush_rtx()
1051 if (!list_empty(&ctx->q->retransmit) && in sctp_outq_flush_data()
1294 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack()
1382 list_empty(&q->retransmit); in sctp_outq_is_empty()
[all …]
Dchunk.c218 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
Dsocket.c162 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
/Linux-v5.4/drivers/usb/host/
Dmax3421-hcd.c176 u8 retransmit; /* packet needs retransmission */ member
728 if (max3421_ep->retransmit in max3421_select_and_start_urb()
767 if (max3421_ep->retransmit) in max3421_select_and_start_urb()
769 max3421_ep->retransmit = 0; in max3421_select_and_start_urb()
841 max3421_ep->retransmit = 1; in max3421_slow_retransmit()
1215 max3421_ep->retransmit, ubuf); in dump_eps()
/Linux-v5.4/include/scsi/
Dsas.h300 u8 retransmit:1; member
532 u8 retransmit:1; member
/Linux-v5.4/drivers/scsi/isci/
Dscu_task_context.h310 u32 retransmit:1; member
/Linux-v5.4/drivers/bluetooth/
Dhci_qca.c433 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local
444 retransmit = true; in hci_ibs_wake_retrans_timeout()
465 if (retransmit) in hci_ibs_wake_retrans_timeout()
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dnet.rst376 aarp-retransmit-limit
379 The number of times we will retransmit a query before giving up.
/Linux-v5.4/include/net/sctp/
Dstructs.h1081 struct list_head retransmit; member