last_acked_seq    562 include/net/bluetooth/l2cap.h 	__u16		last_acked_seq;
last_acked_seq   1100 net/bluetooth/l2cap_core.c 		chan->last_acked_seq = control->reqseq;
last_acked_seq   1940 net/bluetooth/l2cap_core.c 		chan->last_acked_seq = chan->buffer_seq;
last_acked_seq   2057 net/bluetooth/l2cap_core.c 		chan->last_acked_seq = chan->buffer_seq;
last_acked_seq   2108 net/bluetooth/l2cap_core.c 					 chan->last_acked_seq);
last_acked_seq   2112 net/bluetooth/l2cap_core.c 	       chan, chan->last_acked_seq, chan->buffer_seq);
last_acked_seq   2127 net/bluetooth/l2cap_core.c 			if (chan->buffer_seq == chan->last_acked_seq)
last_acked_seq   3097 net/bluetooth/l2cap_core.c 				     chan->last_acked_seq);
last_acked_seq   3116 net/bluetooth/l2cap_core.c 	chan->last_acked_seq = 0;
last_acked_seq   6139 net/bluetooth/l2cap_core.c 	BT_DBG("last_acked_seq %d, expected_tx_seq %d", chan->last_acked_seq,
last_acked_seq   6143 net/bluetooth/l2cap_core.c 		if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
last_acked_seq   6174 net/bluetooth/l2cap_core.c 		if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
last_acked_seq   6184 net/bluetooth/l2cap_core.c 	if (__seq_offset(chan, txseq, chan->last_acked_seq) <
last_acked_seq   6185 net/bluetooth/l2cap_core.c 	    __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) {
last_acked_seq   6190 net/bluetooth/l2cap_core.c 	if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) {
last_acked_seq   6664 net/bluetooth/l2cap_core.c 	chan->last_acked_seq = control->txseq;