Searched refs:retransmit (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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 | 91 sk->tcp_dup_ack Dup ack count for fast retransmit 102 On a timer we walk the retransmit list to send any retransmits, update the
|
D | ip-sysctl.txt | 240 for triggering fast retransmit when the amount of outstanding data is 248 2 enables ER but delays fast recovery and fast retransmit 459 On retransmit try to send bigger packets to work around bugs in 476 retransmit N times before killing the connection at the (N+1)th RTO. 1198 IGMPv1 or IGMPv2 report retransmit will take place. 1203 IGMPv3 report retransmit will take place. 1610 MLDv1 report retransmit will take place. 1615 MLDv2 report retransmit will take place.
|
D | rds.txt | 197 ACK and retransmit handling
|
D | ppp_generic.txt | 53 will then attempt to retransmit the rejected frame(s). If the frame
|
/linux-4.4.14/net/sctp/ |
D | outqueue.c | 207 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init() 242 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown() 452 sctp_insert_list(&q->retransmit, lchunk); in sctp_retransmit_mark() 539 lqueue = &q->retransmit; in sctp_outq_flush_rtx() 905 if (!list_empty(&q->retransmit)) { in sctp_outq_flush() 939 if (!list_empty(&q->retransmit)) in sctp_outq_flush() 1197 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack() 1282 list_empty(&q->retransmit); in sctp_outq_is_empty()
|
D | chunk.c | 230 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_context.h | 70 u32 retransmit; member
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_qca.c | 350 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local 361 retransmit = true; in hci_ibs_wake_retrans_timeout() 382 if (retransmit) in hci_ibs_wake_retrans_timeout()
|
/linux-4.4.14/include/scsi/ |
D | sas.h | 317 u8 retransmit:1; member 512 u8 retransmit:1; member
|
/linux-4.4.14/drivers/usb/host/ |
D | max3421-hcd.c | 172 u8 retransmit; /* packet needs retransmission */ member 724 if (max3421_ep->retransmit in max3421_select_and_start_urb() 763 if (max3421_ep->retransmit) in max3421_select_and_start_urb() 765 max3421_ep->retransmit = 0; in max3421_select_and_start_urb() 840 max3421_ep->retransmit = 1; in max3421_slow_retransmit() 1217 max3421_ep->retransmit, ubuf); in dump_eps()
|
/linux-4.4.14/drivers/scsi/isci/ |
D | scu_task_context.h | 310 u32 retransmit:1; member
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 224 aarp-retransmit-limit 227 The number of times we will retransmit a query before giving up.
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 1038 struct list_head retransmit; member
|