expected_ack_seq  558 include/net/bluetooth/l2cap.h 	__u16		expected_ack_seq;
expected_ack_seq 2675 net/bluetooth/l2cap_core.c 	if (chan->unacked_frames == 0 || reqseq == chan->expected_ack_seq)
expected_ack_seq 2679 net/bluetooth/l2cap_core.c 	       chan->expected_ack_seq, chan->unacked_frames);
expected_ack_seq 2681 net/bluetooth/l2cap_core.c 	for (ackseq = chan->expected_ack_seq; ackseq != reqseq;
expected_ack_seq 2692 net/bluetooth/l2cap_core.c 	chan->expected_ack_seq = reqseq;
expected_ack_seq 3112 net/bluetooth/l2cap_core.c 	chan->expected_ack_seq = 0;
expected_ack_seq 6593 net/bluetooth/l2cap_core.c 	unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq);
expected_ack_seq 6627 net/bluetooth/l2cap_core.c 		       chan->expected_ack_seq);