/kernel/linux/linux-5.10/net/sctp/ |
H A D | outqueue.c | 198 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init() 233 /* Throw away any chunks in the retransmit queue. */ in __sctp_outq_teardown() 234 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown() 316 /* Insert a chunk into the sorted list based on the TSNs. The retransmit list 366 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent() 432 &asoc->outqueue.retransmit, in sctp_prsctp_prune() 484 * be added to the retransmit queue. in sctp_retransmit_mark() 493 * (Section 6.3.3) or via fast retransmit in sctp_retransmit_mark() 520 /* Move the chunk to the retransmit queue. The chunks in sctp_retransmit_mark() 521 * on the retransmit queu in sctp_retransmit_mark() [all...] |
H A D | chunk.c | 210 * To check that, look at out_qlen and retransmit list. in sctp_datamsg_from_user() 216 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
|
H A D | socket.c | 177 list_for_each_entry(chunk, &q->retransmit, transmitted_list) in sctp_for_each_tx_datachunk() 2232 * if there is no data to be sent or retransmit, the stack will in sctp_setsockopt_events()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | outqueue.c | 198 INIT_LIST_HEAD(&q->retransmit); in sctp_outq_init() 233 /* Throw away any chunks in the retransmit queue. */ in __sctp_outq_teardown() 234 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown() 316 /* Insert a chunk into the sorted list based on the TSNs. The retransmit list 366 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent() 432 &asoc->outqueue.retransmit, in sctp_prsctp_prune() 484 * be added to the retransmit queue. in sctp_retransmit_mark() 493 * (Section 6.3.3) or via fast retransmit in sctp_retransmit_mark() 520 /* Move the chunk to the retransmit queue. The chunks in sctp_retransmit_mark() 521 * on the retransmit queu in sctp_retransmit_mark() [all...] |
H A D | chunk.c | 210 * To check that, look at out_qlen and retransmit list. in sctp_datamsg_from_user() 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() 2237 * if there is no data to be sent or retransmit, the stack will in sctp_setsockopt_events()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | sas.h | 300 u8 retransmit:1; member 532 u8 retransmit:1; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | sas.h | 309 u8 retransmit:1; member 531 u8 retransmit:1; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | max3421-hcd.c | 76 * Max. # of times we're willing to retransmit a request immediately in 172 u8 retransmit; /* packet needs retransmission */ member 699 if (max3421_ep->retransmit in max3421_select_and_start_urb() 738 if (max3421_ep->retransmit) in max3421_select_and_start_urb() 740 max3421_ep->retransmit = 0; in max3421_select_and_start_urb() 811 max3421_ep->retransmit = 1; in max3421_slow_retransmit() 1185 max3421_ep->retransmit, ubuf); in dump_eps()
|
/kernel/linux/linux-6.6/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() 805 max3421_ep->retransmit = 1; in max3421_slow_retransmit() 1175 max3421_ep->retransmit, ubuf); in dump_eps()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lowcomms.c | 141 bool retransmit; member 701 msg->orig_msg->retransmit = false; in free_entry() 1242 msg->retransmit = false; in dlm_lowcomms_new_msg_con() 1339 if (msg->retransmit) in dlm_lowcomms_resend_msg() 1347 msg->retransmit = true; in dlm_lowcomms_resend_msg()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | scu_task_context.h | 310 u32 retransmit:1; member
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | scu_task_context.h | 310 u32 retransmit:1; member
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_qca.c | 392 /* Start retransmit timer */ in qca_wq_awake_device() 496 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local 498 BT_DBG("hu %p wake retransmit timeout in %d state", in hci_ibs_wake_retrans_timeout() 504 /* Don't retransmit the HCI_IBS_WAKE_IND when suspending. */ in hci_ibs_wake_retrans_timeout() 512 /* No WAKE_ACK, retransmit WAKE */ in hci_ibs_wake_retrans_timeout() 513 retransmit = true; in hci_ibs_wake_retrans_timeout() 532 if (retransmit) in hci_ibs_wake_retrans_timeout()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_qca.c | 395 /* Start retransmit timer */ in qca_wq_awake_device() 499 bool retransmit = false; in hci_ibs_wake_retrans_timeout() local 501 BT_DBG("hu %p wake retransmit timeout in %d state", in hci_ibs_wake_retrans_timeout() 507 /* Don't retransmit the HCI_IBS_WAKE_IND when suspending. */ in hci_ibs_wake_retrans_timeout() 515 /* No WAKE_ACK, retransmit WAKE */ in hci_ibs_wake_retrans_timeout() 516 retransmit = true; in hci_ibs_wake_retrans_timeout() 535 if (retransmit) in hci_ibs_wake_retrans_timeout()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1077 struct list_head retransmit; member 1644 * endpoint SHOULD try to retransmit a chunk to an 1780 /* Maximum number of times the endpoint will retransmit INIT */ 1867 /* The total number of data chunks that we've had to retransmit
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1102 struct list_head retransmit; member 1668 * endpoint SHOULD try to retransmit a chunk to an 1803 /* Maximum number of times the endpoint will retransmit INIT */ 1893 /* The total number of data chunks that we've had to retransmit
|