Home
last modified time | relevance | path

Searched refs:l2cap_ertm_seq_in_queue (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c322 static struct sk_buff *l2cap_ertm_seq_in_queue(struct sk_buff_head *head, in l2cap_ertm_seq_in_queue() function
2189 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, seq); in l2cap_ertm_resend()
2808 if (!l2cap_ertm_seq_in_queue(&chan->srej_q, seq)) { in l2cap_send_srej()
2876 acked_skb = l2cap_ertm_seq_in_queue(&chan->tx_q, ackseq); in l2cap_process_reqseq()
6699 skb = l2cap_ertm_seq_in_queue(&chan->srej_q, chan->buffer_seq); in l2cap_rx_queued_iframes()
6732 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq); in l2cap_handle_srej()
6790 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq); in l2cap_handle_rej()
6841 if (l2cap_ertm_seq_in_queue(&chan->srej_q, txseq)) { in l2cap_classify_txseq()