Searched refs:tx_queue (Results 1 – 13 of 13) sorted by relevance
| /net/nfc/ |
| A D | llcp_commands.c | 352 skb_queue_tail(&local->tx_queue, skb); in nfc_llcp_send_disconnect() 453 skb_queue_tail(&local->tx_queue, skb); in nfc_llcp_send_connect() 512 skb_queue_tail(&local->tx_queue, skb); in nfc_llcp_send_cc() 574 skb_queue_tail(&local->tx_queue, skb); in nfc_llcp_send_snl_sdres() 608 skb_queue_tail(&local->tx_queue, skb); in nfc_llcp_send_snl_sdreq() 641 skb_queue_head(&local->tx_queue, skb); in nfc_llcp_send_dm() 665 skb_queue_len(&sock->tx_queue) >= 2 * sock->remote_rw)) { in nfc_llcp_send_i_frame() 675 skb_queue_len(&sock->tx_queue)); in nfc_llcp_send_i_frame() 712 skb_queue_tail(&sock->tx_queue, pdu); in nfc_llcp_send_i_frame() 782 skb_queue_tail(&local->tx_queue, pdu); in nfc_llcp_send_ui_frame() [all …]
|
| A D | llcp_core.c | 50 skb_queue_purge(&sock->tx_queue); in nfc_llcp_socket_purge() 57 skb_queue_walk_safe(&local->tx_queue, s, tmp) { in nfc_llcp_socket_purge() 61 skb_unlink(s, &local->tx_queue); in nfc_llcp_socket_purge() 73 skb_queue_purge(&local->tx_queue); in nfc_llcp_socket_release() 164 skb_queue_purge(&local->tx_queue); in local_cleanup() 767 skb = skb_dequeue(&local->tx_queue); in nfc_llcp_tx_work() 776 skb_queue_head(&local->tx_queue, skb); in nfc_llcp_tx_work() 1052 pdu = skb_dequeue(&sock->tx_queue); in nfc_llcp_queue_i_frames() 1059 skb_queue_tail(&local->tx_queue, pdu); in nfc_llcp_queue_i_frames() 1137 skb_queue_head(&local->tx_queue, s); in nfc_llcp_recv_hdlc() [all …]
|
| A D | llcp.h | 59 struct sk_buff_head tx_queue; member 134 struct sk_buff_head tx_queue; member
|
| A D | llcp_sock.c | 1000 skb_queue_head_init(&llcp_sock->tx_queue); in nfc_llcp_sock_alloc() 1014 skb_queue_purge(&sock->tx_queue); in nfc_llcp_sock_free()
|
| /net/bluetooth/rfcomm/ |
| A D | core.c | 312 skb_queue_head_init(&d->tx_queue); in rfcomm_dlc_alloc() 327 skb_queue_purge(&d->tx_queue); in rfcomm_dlc_free() 442 if (skb_queue_empty(&d->tx_queue)) { in __rfcomm_dlc_disconn() 496 skb_queue_purge(&d->tx_queue); in __rfcomm_dlc_close() 566 __skb_queue_tail(&d->tx_queue, frag); in rfcomm_dlc_send_frag() 584 spin_lock_irqsave(&d->tx_queue.lock, flags); in rfcomm_dlc_send() 619 skb_queue_tail(&d->tx_queue, skb); in rfcomm_dlc_send_noerror() 910 skb_queue_tail(&d->tx_queue, skb); in rfcomm_queue_disc() 1855 return skb_queue_len(&d->tx_queue); in rfcomm_process_tx() 1860 skb_queue_head(&d->tx_queue, skb); in rfcomm_process_tx() [all …]
|
| A D | tty.c | 691 skb_queue_purge(&dev->dlc->tx_queue); in rfcomm_tty_cleanup() 1017 if (!skb_queue_empty(&dev->dlc->tx_queue)) in rfcomm_tty_chars_in_buffer() 1032 skb_queue_purge(&dev->dlc->tx_queue); in rfcomm_tty_flush_buffer()
|
| /net/rxrpc/ |
| A D | input.c | 223 struct rxrpc_txqueue *tq = call->tx_queue; in rxrpc_rotate_tx_window() 244 call->tx_queue = tq->next; in rxrpc_rotate_tx_window() 247 tq = call->tx_queue; in rxrpc_rotate_tx_window() 310 call->tx_queue = tq->next; in rxrpc_rotate_tx_window() 313 tq = call->tx_queue; in rxrpc_rotate_tx_window() 331 call->tx_queue = NULL; in rxrpc_rotate_tx_window() 964 struct rxrpc_txqueue *tq = call->tx_queue; in rxrpc_input_soft_acks() 1079 prefetch(call->tx_queue); in rxrpc_input_ack()
|
| A D | input_rack.c | 207 for (tq = call->tx_queue; tq; tq = tq->next) { in rxrpc_rack_detect_loss() 267 for (tq = call->tx_queue; tq; tq = tq->next) { in rxrpc_rack_mark_losses_on_rto()
|
| A D | call_event.c | 99 for (tq = call->tx_queue; tq; tq = tq->next) { in rxrpc_resend() 149 for (req.tq = call->tx_queue; req.tq; req.tq = req.tq->next) { in rxrpc_resend_tlp()
|
| A D | sendmsg.c | 297 } else if (WARN_ON(call->tx_queue)) { in rxrpc_alloc_txqueue() 308 call->tx_queue = tq; in rxrpc_alloc_txqueue()
|
| A D | call_object.c | 538 for (tq = call->tx_queue; tq; tq = next) { in rxrpc_cleanup_tx_buffers()
|
| A D | ar-internal.h | 757 struct rxrpc_txqueue *tx_queue; /* Start of transmission buffers */ member
|
| /net/bluetooth/ |
| A D | hci_conn.c | 2971 struct tx_queue *comp = &conn->tx_q; in hci_conn_tx_queue() 3034 struct tx_queue *comp = &conn->tx_q; in hci_conn_tx_dequeue()
|
Completed in 39 milliseconds