Searched refs:retransmit (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/sctp/
H A Doutqueue.c198 INIT_LIST_HEAD(&q->retransmit);
233 /* Throw away any chunks in the retransmit queue. */
234 list_for_each_safe(lchunk, temp, &q->retransmit) {
316 /* Insert a chunk into the sorted list based on the TSNs. The retransmit list
366 if (queue != &asoc->outqueue.retransmit &&
432 &asoc->outqueue.retransmit,
484 * be added to the retransmit queue.
493 * (Section 6.3.3) or via fast retransmit
520 /* Move the chunk to the retransmit queue. The chunks
521 * on the retransmit queu
[all...]
H A Dchunk.c210 * To check that, look at out_qlen and retransmit list.
216 list_empty(&asoc->outqueue.retransmit) &&
H A Dsocket.c180 list_for_each_entry(chunk, &q->retransmit, transmitted_list)
2238 * if there is no data to be sent or retransmit, the stack will
/linux-master/include/scsi/
H A Dsas.h309 u8 retransmit:1; member in struct:ssp_frame_hdr
531 u8 retransmit:1; member in struct:ssp_frame_hdr
/linux-master/drivers/scsi/isci/
H A Dscu_task_context.h310 u32 retransmit:1; member in struct:ssp_task_context
/linux-master/drivers/usb/host/
H A Dmax3421-hcd.c166 u8 retransmit; /* packet needs retransmission */ member in struct:max3421_ep
693 if (max3421_ep->retransmit
732 if (max3421_ep->retransmit)
734 max3421_ep->retransmit = 0;
805 max3421_ep->retransmit = 1;
1175 max3421_ep->retransmit, ubuf);
/linux-master/fs/dlm/
H A Dlowcomms.c142 bool retransmit; member in struct:dlm_msg
704 msg->orig_msg->retransmit = false;
1251 msg->retransmit = false;
1348 if (msg->retransmit)
1356 msg->retransmit = true;
/linux-master/drivers/bluetooth/
H A Dhci_qca.c395 /* Start retransmit timer */
499 bool retransmit = false; local
501 BT_DBG("hu %p wake retransmit timeout in %d state",
507 /* Don't retransmit the HCI_IBS_WAKE_IND when suspending. */
515 /* No WAKE_ACK, retransmit WAKE */
516 retransmit = true;
535 if (retransmit)
/linux-master/include/net/sctp/
H A Dstructs.h1099 struct list_head retransmit; member in struct:sctp_outq
1665 * endpoint SHOULD try to retransmit a chunk to an
1800 /* Maximum number of times the endpoint will retransmit INIT */
1890 /* The total number of data chunks that we've had to retransmit

Completed in 232 milliseconds