__seq_offset 2107 net/bluetooth/l2cap_core.c u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq, __seq_offset 3096 net/bluetooth/l2cap_core.c frames_to_ack = __seq_offset(chan, chan->buffer_seq, __seq_offset 6143 net/bluetooth/l2cap_core.c if (__seq_offset(chan, txseq, chan->last_acked_seq) >= __seq_offset 6174 net/bluetooth/l2cap_core.c if (__seq_offset(chan, txseq, chan->last_acked_seq) >= __seq_offset 6184 net/bluetooth/l2cap_core.c if (__seq_offset(chan, txseq, chan->last_acked_seq) < __seq_offset 6185 net/bluetooth/l2cap_core.c __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) { __seq_offset 6190 net/bluetooth/l2cap_core.c if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) { __seq_offset 6593 net/bluetooth/l2cap_core.c unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq); __seq_offset 6594 net/bluetooth/l2cap_core.c return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked;