l2cap_ertm_seq_in_queue 1998 net/bluetooth/l2cap_core.c 		skb = l2cap_ertm_seq_in_queue(&chan->tx_q, seq);
l2cap_ertm_seq_in_queue 2616 net/bluetooth/l2cap_core.c 		if (!l2cap_ertm_seq_in_queue(&chan->srej_q, seq)) {
l2cap_ertm_seq_in_queue 2684 net/bluetooth/l2cap_core.c 		acked_skb = l2cap_ertm_seq_in_queue(&chan->tx_q, ackseq);
l2cap_ertm_seq_in_queue 6020 net/bluetooth/l2cap_core.c 		skb = l2cap_ertm_seq_in_queue(&chan->srej_q, chan->buffer_seq);
l2cap_ertm_seq_in_queue 6053 net/bluetooth/l2cap_core.c 	skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq);
l2cap_ertm_seq_in_queue 6111 net/bluetooth/l2cap_core.c 	skb = l2cap_ertm_seq_in_queue(&chan->tx_q, control->reqseq);
l2cap_ertm_seq_in_queue 6162 net/bluetooth/l2cap_core.c 		if (l2cap_ertm_seq_in_queue(&chan->srej_q, txseq)) {