Home
last modified time | relevance | path

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

/linux/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 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/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()
1032 if (!list_empty(&ctx->q->retransmit)) in sctp_outq_flush_rtx()
1072 if (!list_empty(&ctx->q->retransmit) && in sctp_outq_flush_data()
1331 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack()
1419 list_empty(&q->retransmit); in sctp_outq_is_empty()
[all …]
H A Dchunk.c217 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
H A Dsocket.c180 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
/linux/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/include/scsi/
H A Dsas.h309 u8 retransmit:1; member
531 u8 retransmit:1; member
/linux/net/mptcp/
H A Dpm.c383 bool retransmit; in mptcp_pm_add_addr_timer() local
416 retransmit = entry->retrans_times < ADD_ADDR_RETRANS_MAX; in mptcp_pm_add_addr_timer()
417 if (retransmit) in mptcp_pm_add_addr_timer()
424 if (!retransmit) in mptcp_pm_add_addr_timer()
/linux/drivers/bluetooth/
H A Dhci_qca.c512 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local
529 retransmit = true; in hci_ibs_wake_retrans_timeout()
548 if (retransmit) in hci_ibs_wake_retrans_timeout()
/linux/include/net/sctp/
H A Dstructs.h1091 struct list_head retransmit; member