ackseq           2671 net/bluetooth/l2cap_core.c 	u16 ackseq;
ackseq           2681 net/bluetooth/l2cap_core.c 	for (ackseq = chan->expected_ack_seq; ackseq != reqseq;
ackseq           2682 net/bluetooth/l2cap_core.c 	     ackseq = __next_seq(chan, ackseq)) {
ackseq           2684 net/bluetooth/l2cap_core.c 		acked_skb = l2cap_ertm_seq_in_queue(&chan->tx_q, ackseq);