Searched refs:retransmit (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | proc_net_tcp.rst | 41 | | | | | |------------> retransmit timeout 52 1 retransmit-timer is pending
|
| H A D | tcp-thin.rst | 16 retransmissions effectively through fast retransmit instead of 30 1) If the stream is thin, fast retransmit on the first dupACK.
|
| H A D | snmp_counter.rst | 390 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 D | ppp_generic.rst | 57 will then attempt to retransmit the rejected frame(s). If the frame
|
| H A D | af_xdp.rst | 32 for a while due to a possible retransmit, the descriptor that points
|
| /linux/net/sctp/ |
| H A D | outqueue.c | 198 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 D | chunk.c | 217 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
|
| H A D | socket.c | 180 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_synack_reuse.pkt | 3 // state and SYN retransmit should give us new 'SYN_RECV' connection state.
|
| H A D | conntrack_synack_old.pkt | 9 // Syn retransmit, no change
|
| /linux/include/scsi/ |
| H A D | sas.h | 309 u8 retransmit:1; member 531 u8 retransmit:1; member
|
| /linux/net/mptcp/ |
| H A D | pm.c | 383 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 D | hci_qca.c | 512 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 D | structs.h | 1091 struct list_head retransmit; member
|