Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A Dproc_net_tcp.rst41 | | | | | |------------> retransmit timeout
52 1 retransmit-timer is pending
H A Dtcp-thin.rst16 retransmissions effectively through fast retransmit instead of
30 1) If the stream is thin, fast retransmit on the first dupACK.
H A Dsnmp_counter.rst390 When the TCP stack wants to retransmit a packet, and finds that packet
590 stack begins to retransmit the lost packets.
595 packet, so the sender needs to retransmit this packet. In this
632 receives SACK for packet 4 and the sender doesn't retransmit the
639 The TCP stack wants to retransmit a packet and the congestion control
644 The TCP stack wants to retransmit a packet and the congestion control
H A Dip-sysctl.rst685 On retransmit try to send bigger packets to work around bugs in
702 retransmit N times before killing the connection at the (N+1)th RTO.
975 The number of times for an active TCP connection to retransmit SYNs with
1942 IGMPv1 or IGMPv2 report retransmit will take place.
1948 IGMPv3 report retransmit will take place.
2074 and "tcp: Change txhash on every SYN and RTO retransmit"
2712 MLDv1 report retransmit will take place.
2718 MLDv2 report retransmit will take place.
H A Drds.rst224 ACK and retransmit handling
H A Dppp_generic.rst57 will then attempt to retransmit the rejected frame(s). If the frame
H A Daf_xdp.rst32 for a while due to a possible retransmit, the descriptor that points
/linux-6.15/net/sctp/
H A Doutqueue.c198 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init()
234 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown()
366 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent()
432 &asoc->outqueue.retransmit, in sctp_prsctp_prune()
524 sctp_insert_list(&q->retransmit, lchunk); in sctp_retransmit_mark()
610 lqueue = &q->retransmit; in __sctp_outq_flush_rtx()
1031 if (!list_empty(&ctx->q->retransmit)) in sctp_outq_flush_rtx()
1071 if (!list_empty(&ctx->q->retransmit) && in sctp_outq_flush_data()
1330 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack()
1418 list_empty(&q->retransmit); in sctp_outq_is_empty()
[all …]
H A Dchunk.c216 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
H A Dsocket.c181 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_sack_sack-route-refresh-ip-tos.pkt33 // Verify that we do not retransmit the SACKed segments.
H A Dtcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt22 // SACK for 7001:8001. Using RACK we delay a fast retransmit.
H A Dtcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt22 // SACK for 7001:8001. Using RACK we delay the fast retransmit.
H A Dtcp_eor_no-coalesce-retrans.pkt63 // Note : This is timeout based retransmit.
/linux-6.15/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_reuse.pkt3 // state and SYN retransmit should give us new 'SYN_RECV' connection state.
H A Dconntrack_synack_old.pkt9 // Syn retransmit, no change
/linux-6.15/drivers/usb/host/
H A Dmax3421-hcd.c166 u8 retransmit; /* packet needs retransmission */ member
693 if (max3421_ep->retransmit in max3421_select_and_start_urb()
732 if (max3421_ep->retransmit) in max3421_select_and_start_urb()
734 max3421_ep->retransmit = 0; in max3421_select_and_start_urb()
811 max3421_ep->retransmit = 1; in max3421_slow_retransmit()
1181 max3421_ep->retransmit, ubuf); in dump_eps()
/linux-6.15/include/scsi/
H A Dsas.h309 u8 retransmit:1; member
531 u8 retransmit:1; member
/linux-6.15/fs/dlm/
H A Dlowcomms.c142 bool retransmit; member
704 msg->orig_msg->retransmit = false; in free_entry()
1246 msg->retransmit = false; in dlm_lowcomms_new_msg_con()
1342 if (msg->retransmit) in dlm_lowcomms_resend_msg()
1350 msg->retransmit = true; in dlm_lowcomms_resend_msg()
/linux-6.15/drivers/scsi/isci/
H A Dscu_task_context.h310 u32 retransmit:1; member
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dnet.rst457 aarp-retransmit-limit
460 The number of times we will retransmit a query before giving up.
/linux-6.15/drivers/bluetooth/
H A Dhci_qca.c513 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local
530 retransmit = true; in hci_ibs_wake_retrans_timeout()
549 if (retransmit) in hci_ibs_wake_retrans_timeout()
/linux-6.15/include/net/sctp/
H A Dstructs.h1100 struct list_head retransmit; member