unacked_frames    564 include/net/bluetooth/l2cap.h 	__u16		unacked_frames;
unacked_frames   1928 net/bluetooth/l2cap_core.c 	       chan->unacked_frames < chan->remote_tx_win &&
unacked_frames   1961 net/bluetooth/l2cap_core.c 		chan->unacked_frames++;
unacked_frames   1975 net/bluetooth/l2cap_core.c 	       chan->unacked_frames, skb_queue_len(&chan->tx_q));
unacked_frames   2085 net/bluetooth/l2cap_core.c 	if (chan->unacked_frames) {
unacked_frames   2675 net/bluetooth/l2cap_core.c 	if (chan->unacked_frames == 0 || reqseq == chan->expected_ack_seq)
unacked_frames   2679 net/bluetooth/l2cap_core.c 	       chan->expected_ack_seq, chan->unacked_frames);
unacked_frames   2688 net/bluetooth/l2cap_core.c 			chan->unacked_frames--;
unacked_frames   2694 net/bluetooth/l2cap_core.c 	if (chan->unacked_frames == 0)
unacked_frames   2697 net/bluetooth/l2cap_core.c 	BT_DBG("unacked_frames %u", chan->unacked_frames);
unacked_frames   2836 net/bluetooth/l2cap_core.c 			if (chan->unacked_frames > 0)
unacked_frames   3113 net/bluetooth/l2cap_core.c 	chan->unacked_frames = 0;
unacked_frames   5869 net/bluetooth/l2cap_core.c 	    chan->unacked_frames > 0)
unacked_frames   6321 net/bluetooth/l2cap_core.c 			    chan->unacked_frames)
unacked_frames   6452 net/bluetooth/l2cap_core.c 			    chan->unacked_frames) {
unacked_frames   6461 net/bluetooth/l2cap_core.c 			    chan->unacked_frames)
unacked_frames   6535 net/bluetooth/l2cap_core.c 	chan->unacked_frames = 0;
unacked_frames   6573 net/bluetooth/l2cap_core.c 	chan->unacked_frames = 0;
unacked_frames   1073 net/bluetooth/l2cap_sock.c 		       chan->unacked_frames, time_after(jiffies, timeout) ? 0 :
unacked_frames   1098 net/bluetooth/l2cap_sock.c 	} while (chan->unacked_frames > 0 &&
unacked_frames   1135 net/bluetooth/l2cap_sock.c 	    chan->unacked_frames > 0 &&