/openbmc/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 | 392 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
|
H A D | ip-sysctl.rst | 671 On retransmit try to send bigger packets to work around bugs in 688 retransmit N times before killing the connection at the (N+1)th RTO. 952 The number of times for an active TCP connection to retransmit SYNs with 1868 IGMPv1 or IGMPv2 report retransmit will take place. 1874 IGMPv3 report retransmit will take place. 2000 and "tcp: Change txhash on every SYN and RTO retransmit" 2591 MLDv1 report retransmit will take place. 2597 MLDv2 report retransmit will take place.
|
H A D | rds.rst | 224 ACK and retransmit handling
|
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
|
/openbmc/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() 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 D | chunk.c | 216 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
|
H A D | socket.c | 179 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
|
/openbmc/u-boot/net/ |
H A D | fastboot.c | 120 unsigned int fastboot_data_len, uchar retransmit) in fastboot_send() argument 141 if (retransmit) { in fastboot_send()
|
/openbmc/linux/drivers/usb/host/ |
H A D | max3421-hcd.c | 166 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()
|
/openbmc/linux/include/scsi/ |
H A D | sas.h | 309 u8 retransmit:1; member 531 u8 retransmit:1; member
|
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 141 bool retransmit; member 702 msg->orig_msg->retransmit = false; in free_entry() 1243 msg->retransmit = false; in dlm_lowcomms_new_msg_con() 1340 if (msg->retransmit) in dlm_lowcomms_resend_msg() 1348 msg->retransmit = true; in dlm_lowcomms_resend_msg()
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | scu_task_context.h | 310 u32 retransmit:1; member
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 499 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local 516 retransmit = true; in hci_ibs_wake_retrans_timeout() 535 if (retransmit) in hci_ibs_wake_retrans_timeout()
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 452 aarp-retransmit-limit 455 The number of times we will retransmit a query before giving up.
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 1102 struct list_head retransmit; member
|
/openbmc/u-boot/ |
H A D | README | 1440 time is too long, U-Boot will retransmit requests. In order
|