Searched refs:l2cap_ertm_seq_in_queue (Results 1 – 1 of 1) sorted by relevance
298 static struct sk_buff *l2cap_ertm_seq_in_queue(struct sk_buff_head *head, in __set_monitor_timer() 2041 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, seq); in l2cap_ertm_resend() 2635 if (!l2cap_ertm_seq_in_queue(&chan->srej_q, seq)) { in l2cap_send_srej() 2703 acked_skb = l2cap_ertm_seq_in_queue(&chan->tx_q, ackseq); in l2cap_process_reqseq() 5705 skb = l2cap_ertm_seq_in_queue(&chan->srej_q, chan->buffer_seq); in l2cap_reassemble_sdu() 5738 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq); in l2cap_rx_queued_iframes() 5796 skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq); in l2cap_handle_srej() 5847 if (l2cap_ertm_seq_in_queue(&chan->srej_q, txseq)) { in l2cap_handle_rej() 302 static struct sk_buff *l2cap_ertm_seq_in_queue(struct sk_buff_head *head, l2cap_ertm_seq_in_queue() function