Searched refs:retransmit (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/Documentation/networking/ |
D | proc_net_tcp.txt | 35 | | | | | |------------> retransmit timeout 44 1 retransmit-timer is pending
|
D | tcp-thin.txt | 12 retransmissions effectively through fast retransmit instead of 26 1) If the stream is thin, fast retransmit on the first dupACK.
|
D | tcp.txt | 86 sk->tcp_dup_ack Dup ack count for fast retransmit 97 On a timer we walk the retransmit list to send any retransmits, update the
|
D | ip-sysctl.txt | 482 On retransmit try to send bigger packets to work around bugs in 499 retransmit N times before killing the connection at the (N+1)th RTO. 1284 IGMPv1 or IGMPv2 report retransmit will take place. 1289 IGMPv3 report retransmit will take place. 1793 MLDv1 report retransmit will take place. 1798 MLDv2 report retransmit will take place.
|
D | af_xdp.rst | 32 for a while due to a possible retransmit, the descriptor that points
|
D | rds.txt | 210 ACK and retransmit handling
|
D | ppp_generic.txt | 53 will then attempt to retransmit the rejected frame(s). If the frame
|
/Linux-v4.19/net/sctp/ |
D | outqueue.c | 212 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init() 248 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown() 380 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent() 447 &asoc->outqueue.retransmit, in sctp_prsctp_prune() 539 sctp_insert_list(&q->retransmit, lchunk); in sctp_retransmit_mark() 622 lqueue = &q->retransmit; in __sctp_outq_flush_rtx() 1030 if (!list_empty(&ctx->q->retransmit)) in sctp_outq_flush_rtx() 1070 if (!list_empty(&ctx->q->retransmit) && in sctp_outq_flush_data() 1313 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack() 1401 list_empty(&q->retransmit); in sctp_outq_is_empty() [all …]
|
D | chunk.c | 229 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
|
D | socket.c | 195 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_context.h | 70 u32 retransmit; member
|
/Linux-v4.19/drivers/usb/host/ |
D | max3421-hcd.c | 176 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-v4.19/include/scsi/ |
D | sas.h | 317 u8 retransmit:1; member 549 u8 retransmit:1; member
|
/Linux-v4.19/drivers/scsi/isci/ |
D | scu_task_context.h | 310 u32 retransmit:1; member
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_qca.c | 408 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local 419 retransmit = true; in hci_ibs_wake_retrans_timeout() 440 if (retransmit) in hci_ibs_wake_retrans_timeout()
|
/Linux-v4.19/Documentation/sysctl/ |
D | net.txt | 317 aarp-retransmit-limit 320 The number of times we will retransmit a query before giving up.
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1091 struct list_head retransmit; member
|